Files
watch-untis/backend/package.json
T
2026-04-17 21:30:46 +02:00

19 lines
370 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.15.0",
"dotenv": "^17.4.2",
"express": "^5.2.1"
}
}