PairDrop/package.json

23 lines
455 B
JSON
Raw Normal View History

2018-09-21 16:05:03 +02:00
{
"name": "pairdrop",
2023-03-03 17:07:02 +01:00
"version": "1.2.2",
2018-09-21 16:05:03 +02:00
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"start:prod": "node index.js --rate-limit --auto-restart"
2018-09-21 16:05:03 +02:00
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"ua-parser-js": "^1.0.33",
2020-07-12 20:15:17 +02:00
"unique-names-generator": "^4.3.0",
"ws": "^8.12.1"
},
"engines": {
"node": ">=15"
2018-09-21 16:05:03 +02:00
}
}