-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 KB
/
package.json
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
35
36
37
38
{
"name": "gateway",
"version": "3.2.10",
"description": "Nubo Gateway",
"main": "gateway.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && node --max_old_space_size=10240 ./node_modules/webpack/bin/webpack.js --progress=profile --mode production",
"start": "node ./dist/gateway.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nubosoftware/winston-syslog": "^2.5.0",
"await-notify": "^1.0.1",
"axios": "^0.26.0",
"jsonwebtoken": "^8.5.1",
"node-tcp": "^1.0.12",
"promise-duplex": "^6.0.0",
"promise-socket": "^7.0.0",
"sequential-task-queue": "^1.2.1",
"underscore": "^1.13.1",
"unix-dgram": "^2.0.4",
"winston": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"ignore-loader": "^0.1.2",
"javascript-obfuscator": "^2.15.5",
"webpack": "^5.44.0",
"webpack-cli": "^4.7.2",
"webpack-ignore-dynamic-require": "^1.0.0",
"webpack-node-externals": "^3.0.0",
"webpack-obfuscator": "^3.3.2"
}
}