pihelper/server/package.json
2022-02-04 18:08:07 -07:00

21 lines
473 B
JSON

{
"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.13",
"@types/ws": "^8.2.2",
"express": "^4.17.2",
"typescript": "^4.5.5",
"ws": "^8.4.2"
}
}