pihelper/server/package.json
dependabot[bot] ca8d130e93 Bump ws from 8.17.0 to 8.17.1
Bumps [ws](https://github.com/websockets/ws) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.17.0...8.17.1)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 08:27:11 -06:00

21 lines
475 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.21",
"@types/ws": "^8.5.10",
"express": "^4.19.2",
"typescript": "^5.4.5",
"ws": "^8.17.1"
}
}