zzyxyz_game/package.json

28 lines
629 B
JSON

{
"name": "ws-server",
"version": "0.0.1",
"main": "server.ts",
"scripts": {
"build": "tsc && node dist/server.js",
"start": "ts-node ./src/main",
"test": "ts-node ./src/main",
"err": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"ws": "^8.17.0"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.2",
"@types/ws": "^8.5.10",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
}
}