{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"scripts": {
"build": "tsc --project ./",
"prestart": "npm run build",
"start": "cd ../dist/; node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/express": "^5.0.0",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^5.4.5",
"ws": "^8.17.1"
}