Files
Timetable-V2/server/package.json
2022-05-01 16:49:45 +02:00

16 lines
288 B
JSON

{
"name": "timetable-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "minie4",
"license": "ISC",
"dependencies": {
"express": "^4.18.1"
}
}