13f79968b6
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.32 to 1.0.33. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Commits](https://github.com/faisalman/ua-parser-js/compare/1.0.32...1.0.33) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
528 B
JSON
23 lines
528 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.33",
|
|
"unique-names-generator": "^4.3.0",
|
|
"ws": "^8.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=15"
|
|
}
|
|
}
|