1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| {
| "name": "globus-ilias-rest",
| "version": "0.1",
| "private": true,
| "author": "Alexander Löhr",
| "description": "REST API for ILIAS used by POPCORN",
| "main": "app.js",
| "scripts": {
| "start": "node app.js",
| "dev": "nodemon app.js"
| },
| "dependencies": {
| "fastify": "^5.3.3",
| "lodash": "^4.17.21",
| "mysql2": "^3.14.1",
| "nconf": "^0.13.0",
| "nodemon": "^3.1.10"
| }
| }
|
|