Files
GTF_VersionFinal/GTF_v1/GTF/project/backend/package.json
T
2026-06-26 14:50:55 +02:00

23 lines
444 B
JSON

{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node config/server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.2",
"express": "^5.1.0",
"mssql": "^11.0.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^5.0.3"
}
}