Files
dashboard/sync/package.json
Matthias Hochmeister 681acd8203 add now features
2026-03-01 11:50:27 +01:00

23 lines
492 B
JSON

{
"name": "fdisk-sync",
"version": "1.0.0",
"description": "FDISK → Feuerwehr Dashboard sync service",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts"
},
"dependencies": {
"@playwright/test": "^1.47.0",
"pg": "^8.11.0",
"dotenv": "^16.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/pg": "^8.10.0",
"ts-node": "^10.9.0",
"typescript": "^5.0.0"
}
}