mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-11 00:31:32 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [ws](https://github.com/websockets/ws) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.15.0...8.16.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
497 B
JSON
23 lines
497 B
JSON
{
|
|
"name": "pairdrop",
|
|
"version": "1.10.2",
|
|
"type": "module",
|
|
"description": "",
|
|
"main": "server/index.js",
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"start:prod": "node server/index.js --rate-limit --auto-restart"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"express-rate-limit": "^7.1.5",
|
|
"ua-parser-js": "^1.0.37",
|
|
"unique-names-generator": "^4.3.0",
|
|
"ws": "^8.16.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=15"
|
|
}
|
|
}
|