@akamai-consulting/edgegrid-js-fetch
Version:
Signing and fetch library the Akamai OPEN EdgeGrid Authentication scheme in a JS environment that supports the fetch spec
41 lines (40 loc) • 1.25 kB
JSON
{
"name": "@akamai-consulting/edgegrid-js-fetch",
"version": "0.0.1",
"description": "Signing and fetch library the Akamai OPEN EdgeGrid Authentication scheme in a JS environment that supports the fetch spec",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.js",
"scripts": {
"build": "npm run build:cjs && npm run build:esm && npm run build:types",
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
"build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
"test": "jest --no-cache --runInBand",
"test:cov": "jest --coverage --no-cache --runInBand"
},
"repository": {
"type": "git",
"url": "https://github.com/akamai-consulting/edgegrid-js-fetch.git"
},
"keywords": [
"akamai",
"open",
"api",
"edgegrid",
"fetch",
"wintertc",
"wintercg"
],
"license": "Apache-2.0",
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.15.18",
"jest": "^29.7.0",
"nock": "^14.0.4",
"ts-jest": "^29.3.4",
"tsd": "^0.32.0",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}