akamai-edgegrid
Version:
Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js
34 lines (33 loc) • 1.01 kB
JSON
{
"name": "akamai-edgegrid",
"version": "3.5.3",
"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"
],
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.1.2",
"log4js": "^6.4.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"mocha": "^11.0.1",
"mocha-junit-reporter": "^2.1.0",
"nock": "^13.2.2",
"nyc": "^17.0.0",
"tsd": "^0.31.0"
}
}