-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
39
40
41
42
{
"name": "computation-list",
"version": "1.3.0",
"description": "No description provided (generated by OAS Codegen)",
"main": "index.js",
"scripts": {
"lint": "semistandard",
"lint-fix": "semistandard --fix",
"test": "mocha ./tests/** --timeout 20000",
"coverage": "nyc mocha ./tests/** --timeout 20000",
"precommit": "semistandard --fix && mocha ./tests/** --timeout 20000",
"live": "nodemon index.js",
"dcpub": "docker build . --tag isagroup/governify-collector-elk && docker push isagroup/governify-collector-elk"
},
"keywords": [
"OAI"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"apisense": "^1.1.2",
"body-parser": "^1.18.3",
"elastic-apm-node": "^3.6.1",
"express": "^4.16.3",
"governify-commons": "^1.17.0",
"js-yaml": "^3.14.0",
"mustache": "^4.0.1",
"oas-tools": "^2.1.8",
"require-from-string": "^2.0.2",
"require-from-url": "^3.1.3"
},
"devDependencies": {
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"semistandard": "^14.2.2"
},
"semistandard": {
"ignore": [
"/tests/**"
]
}
}