forked from schlagmichdoch/PairDrop
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 845 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 845 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "erikraft-drop",
"version": "1.12.4",
"type": "module",
"description": "A maneira mais fácil de transferir arquivos entre dispositivos",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"start:prod": "node server/index.js --rate-limit --auto-restart",
"build": "npm install --omit=dev"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.1",
"dotenv": "^16.6.1",
"express": "^5.2.1",
"express-rate-limit": "^7.5.1",
"http-proxy-middleware": "^3.0.5",
"multer": "^2.1.1",
"redis": "^4.6.11",
"ua-parser-js": "^2.0.5",
"undici": "^6.24.0",
"unique-names-generator": "^4.7.1",
"ws": "^8.18.2"
},
"devDependencies": {
"nodemon": "^3.1.10"
},
"engines": {
"node": ">=20.18.1"
},
"private": true
}