forked from akamai/AkamaiOPEN-edgegrid-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "akamai-edgegrid",
"version": "3.4.5",
"description": "Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js",
"main": "index.js",
"scripts": {
"test": "EDGEGRID_ENV=test ./node_modules/.bin/mocha $(find test -name '*.js')",
"ci": "EDGEGRID_ENV=test MOCHA_FILE=./test/tests.xml nyc --reporter cobertura --report-dir test/coverage/ ./node_modules/.bin/mocha --reporter mocha-junit-reporter --reporter-options jenkinsMode=true --reporter-options antMode=true $(find test -name '*.js')"
},
"repository": {
"type": "git",
"url": "https://github.com/akamai-open/AkamaiOPEN-edgegrid-node.git"
},
"keywords": [
"akamai",
"open",
"api",
"edgegrid"
],
"author": "Jonathan Bennett",
"contributors": [
"Darius Kazemi",
"Mike Ball",
"Kyle Tyacke"
],
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.1.2",
"log4js": "^6.4.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"mocha": "^10.0.0",
"mocha-junit-reporter": "^2.1.0",
"nock": "^13.2.2",
"nyc": "^15.1.0",
"tsd": "^0.31.0"
}
}