forked from versx/DeviceConfigManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 847 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
35
36
{
"name": "deviceconfigmanager",
"version": "1.13.1",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "npx eslint src/**/*.js",
"test-fix": "npx eslint src/**/*.js --fix"
},
"author": "versx",
"license": "ISC",
"dependencies": {
"atob": "^2.1.2",
"axios": "^0.21.2",
"bcrypt": "^5.0.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"express": "^4.17.1",
"express-rate-limit": "^5.1.3",
"express-session": "^1.17.1",
"helmet": "^3.22.0",
"i18n": "^0.9.0",
"logrotator": "^1.1.0",
"moment-timezone": "^0.5.31",
"multer": "^1.4.2",
"mustache": "^4.0.1",
"mustache-express": "^1.3.0",
"mysql": "^2.18.1",
"pino": "^6.2.1",
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}