REST Service for POPCORN - ILIAS
alex
2025-05-16 c5bc857132ea7310dd5897f3aa77f3469016a6e2
package.json
@@ -1,6 +1,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"
    "mysql2": "^3.14.1",
    "nodemon": "^3.1.10"
  }
}