PairDrop/package.json

23 lines
457 B
JSON
Raw Normal View History

2018-09-21 16:05:03 +02:00
{
"name": "snapdrop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"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": {
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"ua-parser-js": "^0.7.24",
2020-07-12 20:15:17 +02:00
"unique-names-generator": "^4.3.0",
"ws": "^7.4.6"
},
"engines": {
"node": ">=15"
2018-09-21 16:05:03 +02:00
}
}