move files for node only implementation

This commit is contained in:
schlagmichdoch 2022-12-23 05:04:52 +01:00
parent 72f3bb0e7c
commit 947e088aeb
28 changed files with 27 additions and 0 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "snapdrop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"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",
"unique-names-generator": "^4.3.0",
"ws": "^7.4.6"
}
}