duelfi_game_manager/package.json
2025-04-21 11:15:53 +05:30

25 lines
523 B
JSON

{
"name": "duelfi-game-manager",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"serve": "node dist/index.js"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.14.1",
"express": "^5.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"dependencies": {
"fs": "^0.0.1-security",
"tcp-port-used": "^1.0.2"
}
}