2018-09-21 16:05:03 +02:00
|
|
|
{
|
|
|
|
"name": "snapdrop",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-12-23 05:39:16 +01:00
|
|
|
"start": "node index.js public",
|
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",
|
2021-05-06 23:07:26 +02:00
|
|
|
"ua-parser-js": "^0.7.24",
|
2020-07-12 20:15:17 +02:00
|
|
|
"unique-names-generator": "^4.3.0",
|
2021-05-29 02:36:13 +02:00
|
|
|
"ws": "^7.4.6"
|
2018-09-21 16:05:03 +02:00
|
|
|
}
|
|
|
|
}
|