{ "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": "^4.17.21", "@types/ws": "^8.5.10", "express": "^4.19.2", "typescript": "^4.9.5", "ws": "^8.16.0" } }