-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
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
{
"name": "governify-commons",
"version": "1.21.1",
"description": "Governify Commons used for Governify microservices",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 20000",
"coverage": "nyc --reporter=lcov npm run test",
"cov": "nyc npm run test",
"up": "npm version minor --git-tag-version false && npm publish"
},
"keywords": [
"governify",
"utils"
],
"author": "isagroup",
"license": "ISC",
"dependencies": {
"@opentelemetry/api": "0.20.0",
"@opentelemetry/context-async-hooks": "0.20.0",
"@opentelemetry/tracing": "0.20.0",
"axios": "^0.21.1",
"chalk": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"js-yaml": "^4.0.0",
"lodash": "^4.17.21",
"mongoose": "8.15.0",
"mustache": "^4.2.0",
"require-from-string": "^2.0.2",
"rrule": "^2.6.8",
"supports-color": "^7.1.0",
"uuid": "11.1.0",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"winston-transport": "4.9.0",
"yaml": "^1.10.2"
},
"devDependencies": {
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"sinon": "^11.1.1"
}
}