-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.68 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "governify-collector-events",
"version": "1.22.3",
"description": "No description provided (generated by OAS Codegen)",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"test": "mocha ./tests/test.js --timeout 20000 -s 20",
"coverage": "nyc --reporter=lcov mocha ./tests/test.js --timeout 20000 -s 20",
"cov": "nyc mocha ./tests/test.js --timeout 20000 -s 20",
"start": "node index.js",
"dev": "nodemon index.js",
"lint": "semistandard",
"lint-fix": "semistandard --fix",
"precommit": "semistandard --fix && nyc mocha ./tests/test.js --timeout 20000 -s 5"
},
"keywords": [
"OAI"
],
"license": "ISC",
"private": true,
"dependencies": {
"@oas-tools/oas-telemetry": "^0.2.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"glob": "^11.0.0",
"governify-collector-events": "file:",
"governify-commons": "^1.19.0",
"gql-paginator": "^2.2.1",
"js-yaml": "^3.3.0",
"luxon": "^3.1.0",
"mustache": "^4.0.1",
"nock": "^12.0.3",
"nodemon": "^2.0.20",
"oas-tools": "^2.1.4",
"redis": "^3.0.2",
"rimraf": "^6.0.1",
"rrule": "^2.6.4",
"yaml": "^2.4.5"
},
"devDependencies": {
"mocha": "^10.7.3",
"nyc": "^15.0.0",
"semistandard": "^14.2.0",
"sinon": "^19.0.2"
},
"semistandard": {
"ignore": [
"/tests/**"
]
},
"author": {
"name": "ISA group",
"web": "http://www.isa.us.es/"
},
"repository": {
"type": "git",
"url": "https://github.com/governify/collector-events"
},
"docker": {
"url": "https://hub.docker.com/r/governify/collector-events"
}
}