-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "tc-core-library-js",
"version": "3.0.1",
"description": "Topcoder Core library for express based microservices",
"main": "index.js",
"author": "Parth Shah",
"license": "ISC",
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^6.2.2"
},
"dependencies": {
"axios": "^0.22.0",
"bunyan": "^1.8.12",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.6.0",
"lodash": "^4.17.15",
"millisecond": "^0.1.2",
"r7insight_node": "^2.1.0"
},
"engines": {
"node": ">= 10"
},
"scripts": {
"test": "SUPPRESS_NO_CONFIG_WARNING=1 ENVIRONMENT=test ./node_modules/.bin/mocha $(find . -path '*spec.js' -not -path './node_modules/*')"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appirio-tech/tc-core-library-js.git"
},
"keywords": [
"express",
"topcoder"
],
"bugs": {
"url": "https://github.com/appirio-tech/tc-core-library-js/issues"
},
"homepage": "https://github.com/appirio-tech/tc-core-library-js#readme"
}