@adobe/helix-fetch
Version:
Helix Fetch Library
70 lines (69 loc) • 2.18 kB
JSON
{
"name": "@adobe/helix-fetch",
"version": "1.4.2",
"description": "Helix Fetch Library",
"main": "src/index.js",
"scripts": {
"test": " nyc --reporter=text --reporter=lcov --check-coverage --branches 100 --statements 100 --lines 100 mocha",
"test-ci": "nyc --reporter=text --reporter=lcov --check-coverage --branches 100 --statements 100 --lines 100 mocha --reporter xunit --reporter-options output=./junit/test-results.xml && codecov",
"lint": "./node_modules/.bin/eslint .",
"semantic-release": "semantic-release",
"docs": "npx jsdoc2md -c .jsdoc.json --files 'src/*.js' > docs/API.md",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-fetch"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/helix-fetch/issues"
},
"homepage": "https://github.com/adobe/helix-fetch#readme",
"dependencies": {
"fetch-h2": "^2.4.3",
"get-stream": "^5.1.0",
"http-cache-semantics": "^4.0.3",
"lru-cache": "^5.1.1",
"object-sizeof": "^1.5.3"
},
"devDependencies": {
"@adobe/eslint-config-helix": "1.1.0",
"@semantic-release/changelog": "5.0.0",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.5",
"@semantic-release/npm": "7.0.5",
"@semantic-release/release-notes-generator": "9.0.1",
"ajv": "6.12.0",
"codecov": "3.6.5",
"commitizen": "4.0.3",
"cz-conventional-changelog": "3.1.0",
"eslint": "6.8.0",
"eslint-plugin-header": "3.0.0",
"eslint-plugin-import": "2.20.1",
"is-stream": "2.0.0",
"istanbul": "1.1.0-alpha.1",
"jsdoc-to-markdown": "5.0.3",
"junit-report-builder": "1.3.3",
"lint-staged": "10.0.8",
"mocha": "7.1.1",
"nock": "12.0.3",
"nyc": "15.0.0",
"parse-cache-control": "1.0.1",
"semantic-release": "17.0.4",
"stream-buffers": "3.0.2"
},
"lint-staged": {
"*.js": "eslint"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npx lint-staged"
}
}
}