|
@@ -2,8 +2,9 @@
|
|
"name": "snapdrop",
|
|
"name": "snapdrop",
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"description": "",
|
|
- "main": "index.js",
|
|
|
|
|
|
+ "main": "server.js",
|
|
"scripts": {
|
|
"scripts": {
|
|
|
|
+ "start": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
},
|
|
"author": "",
|
|
"author": "",
|
|
@@ -11,6 +12,9 @@
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"ua-parser-js": "^0.7.24",
|
|
"ua-parser-js": "^0.7.24",
|
|
"unique-names-generator": "^4.3.0",
|
|
"unique-names-generator": "^4.3.0",
|
|
|
|
+ "express": "^4.17.1",
|
|
|
|
+ "serve-static": "^1.14.1",
|
|
|
|
+ "concurrently": "^6.2.0",
|
|
"ws": "^7.4.6"
|
|
"ws": "^7.4.6"
|
|
}
|
|
}
|
|
}
|
|
}
|