pihelper/server/package.json

22 lines
475 B
JSON
Raw Normal View History

2022-02-05 01:08:07 +00:00
{
"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",
2023-05-12 02:53:58 +00:00
"typescript": "^4.9.5",
"ws": "^8.16.0"
2022-02-05 01:08:07 +00:00
}
}