mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2025-11-30 22:45:46 +01:00
28 lines
668 B
JSON
28 lines
668 B
JSON
{
|
|
"name": "schichtplan-backend",
|
|
"version": "1.0.0",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"dev": "ts-node src/server.ts",
|
|
"build": "tsc",
|
|
"start": "node dist/server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"cors": "^2.8.5",
|
|
"sqlite3": "^5.1.6",
|
|
"uuid": "^9.0.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"bcryptjs": "^2.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.17",
|
|
"@types/cors": "^2.8.13",
|
|
"@types/jsonwebtoken": "^9.0.2",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/uuid": "^9.0.2",
|
|
"typescript": "^5.0.0",
|
|
"ts-node": "^10.9.0"
|
|
}
|
|
} |