akamai-edgegrid
Version:
Authentication handler for the Akamai OPEN EdgeGrid Authentication scheme in Node.js
37 lines (36 loc) • 1.06 kB
JSON
{
"name": "akamai-edgegrid",
"version": "4.0.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/AkamaiOPEN-edgegrid-node.git"
},
"keywords": [
"akamai",
"open",
"api",
"edgegrid"
],
"exports": {
".": "./index.js"
},
"license": "Apache-2.0",
"dependencies": {
"axios": "^1.1.2",
"pino": "^9.6.0"
},
"devDependencies": {
"mocha": "^11.0.1",
"mocha-junit-reporter": "^2.1.0",
"nock": "^14.0.6",
"nyc": "^18.0.0",
"pino-pretty": "^13.0.0",
"tsd": "^0.33.0"
}
}