mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-03 13:09:16 -04:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) from 6.7.0 to 6.8.0. - [Release notes](https://github.com/express-rate-limit/express-rate-limit/releases) - [Changelog](https://github.com/express-rate-limit/express-rate-limit/blob/main/changelog.md) - [Commits](https://github.com/express-rate-limit/express-rate-limit/compare/v6.7.0...v6.8.0) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
455 B
JSON
22 lines
455 B
JSON
{
|
|
"name": "pairdrop",
|
|
"version": "1.7.6",
|
|
"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.8.0",
|
|
"ua-parser-js": "^1.0.35",
|
|
"unique-names-generator": "^4.3.0",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=15"
|
|
}
|
|
}
|