add now features
This commit is contained in:
22
sync/package.json
Normal file
22
sync/package.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user