PairDrop/package.json
dependabot[bot] 2d1125d428
Bump ua-parser-js from 0.7.32 to 1.0.32
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 1.0.32.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.32...1.0.32)

---
updated-dependencies:
- dependency-name: ua-parser-js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-11 13:25:01 +00:00

23 lines
527 B
JSON

{
"name": "pairdrop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js public",
"start:prod": "node index.js public --rate-limit --auto-restart",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"ua-parser-js": "^1.0.32",
"unique-names-generator": "^4.3.0",
"ws": "^7.4.6"
},
"engines": {
"node": ">=15"
}
}