46460dbe02
Bumps [ws](https://github.com/websockets/ws) from 8.12.0 to 8.12.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.12.0...8.12.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
455 B
JSON
22 lines
455 B
JSON
{
|
|
"name": "pairdrop",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"start:prod": "node index.js --rate-limit --auto-restart"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^6.7.0",
|
|
"ua-parser-js": "^1.0.33",
|
|
"unique-names-generator": "^4.3.0",
|
|
"ws": "^8.12.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=15"
|
|
}
|
|
}
|