REST Service for POPCORN - ILIAS
alex
2025-05-26 9bba16daf067302a75bc8d929861d9225794aea2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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",
    "mysql2": "^3.14.1",
    "nodemon": "^3.1.10"
  }
}