pihelper/server/package.json

22 lines
473 B
JSON
Raw Permalink 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": {
2024-09-25 20:01:22 +00:00
"@types/express": "^5.0.0",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^5.4.5",
"ws": "^8.17.1"
2022-02-05 01:08:07 +00:00
}
}