-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 864 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 864 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": "sbapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/good": "^9.0.1",
"@hapi/good-console": "^9.0.1",
"@hapi/hapi": "^21.4.0",
"ansi-colors": "^4.1.1",
"axios": "^1.6.7",
"axios-retry": "^3.1.2",
"ejs": "^3.0.1",
"flatted": "^3.2.4",
"joi": "^18.0.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.20",
"moment": "^2.30.1",
"node-yaml": "^4.0.1",
"xml-escape": "^1.1.0",
"xml-writer": "^1.7.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.1"
}
}