-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 985 Bytes
/
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
{
"name": "FlexAg",
"version": "1.0.0",
"description": "Flexible Aggregator/DCH",
"main": "DCH/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mond": "DEBUG='anl:*' nodemon"
},
"keywords": [],
"author": "Bryan Nystrom <[email protected]>",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"data2xml": "^1.3.4",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"fast-xml-parser": "^3.14.0",
"mqtt": "^3.0.0",
"node-webcrypto-ossl": "^1.0.48",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"soap": "^0.30.0",
"uuid": "^3.3.3",
"xml-js": "^1.6.11",
"xmldsigjs": "^2.0.26"
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"prettier": "^1.19.1"
}
}