22 lines
455 B
JSON
22 lines
455 B
JSON
{
|
|
"name": "pairdrop",
|
|
"version": "1.1.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"
|
|
}
|
|
}
|