2018-09-21 16:05:03 +02:00
|
|
|
{
|
2023-01-10 17:22:36 +01:00
|
|
|
"name": "pairdrop",
|
2018-09-21 16:05:03 +02:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-12-23 05:39:16 +01:00
|
|
|
"start": "node index.js public",
|
2023-01-11 14:21:54 +01:00
|
|
|
"start:prod": "node index.js public --rate-limit --auto-restart",
|
2018-09-21 16:05:03 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2022-12-23 05:04:52 +01:00
|
|
|
"express": "^4.18.2",
|
|
|
|
"express-rate-limit": "^6.7.0",
|
2023-01-23 05:22:51 +01:00
|
|
|
"ua-parser-js": "^1.0.33",
|
2020-07-12 20:15:17 +02:00
|
|
|
"unique-names-generator": "^4.3.0",
|
2023-01-11 14:24:54 +01:00
|
|
|
"ws": "^8.12.0"
|
2023-01-10 05:42:33 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=15"
|
2018-09-21 16:05:03 +02:00
|
|
|
}
|
|
|
|
}
|