@adobe/helix-pipeline
Version:
This project provides helper functions and default implementations for creating Hypermedia Processing Pipelines.
119 lines (118 loc) • 3.6 kB
JSON
{
"name": "@adobe/helix-pipeline",
"version": "13.8.1",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-pipeline.git"
},
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"semantic-release": "semantic-release",
"test": "nyc --reporter=text --reporter=lcov --check-coverage --branches 94 --statements 99 --lines 100 mocha",
"test-ci": "npm run lint && npm run test && codecov",
"lint": "npx eslint . && npm run types",
"types": "npm run docs && node bin/schema2ts.js",
"docs": "npx jsonschema2md -d src/schemas -o docs -x docs",
"commit": "git-cz"
},
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@adobe/eslint-config-helix": "1.1.4",
"@adobe/helix-testutils": "0.4.3",
"@adobe/jsonschema2md": "5.0.5",
"@pollyjs/adapter-fetch": "5.1.0",
"@pollyjs/adapter-node-http": "5.1.0",
"@pollyjs/core": "5.1.0",
"@pollyjs/persister-fs": "5.0.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.2.0",
"codecov": "3.8.1",
"commitizen": "4.2.3",
"cz-conventional-changelog": "3.3.0",
"eslint": "7.22.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.22.1",
"ghooks": "2.0.4",
"hastscript": "6.0.0",
"hyperscript": "2.0.2",
"js-yaml": "4.0.0",
"json-schema-to-typescript": "10.1.3",
"lint-staged": "10.5.4",
"mocha": "8.3.2",
"mocha-junit-reporter": "2.0.0",
"nock": "13.0.11",
"nyc": "15.1.0",
"proxyquire": "2.1.3",
"semantic-release": "17.4.2",
"sinon": "9.2.4",
"unist-builder": "2.0.3",
"unist-util-inspect": "6.0.1"
},
"dependencies": {
"@adobe/helix-epsagon": "1.6.0",
"@adobe/helix-fetch": "2.1.7",
"@adobe/helix-log": "5.0.0",
"@adobe/helix-markdown-support": "1.4.0",
"@adobe/helix-shared": "7.21.5",
"@adobe/helix-status": "9.1.0",
"@adobe/openwhisk-action-logger": "2.4.1",
"@adobe/openwhisk-action-utils": "4.4.1",
"@emmetio/expand-abbreviation": "0.7.3",
"ajv": "7.2.3",
"callsites": "3.1.0",
"dompurify": "2.2.7",
"dot-prop": "6.0.1",
"ferrum": "1.8.0",
"fs-extra": "9.1.0",
"github-slugger": "1.3.0",
"hast-util-from-dom": "3.0.0",
"hast-util-to-html": "7.1.2",
"jsdom": "16.5.1",
"lodash": "4.17.21",
"mdast-util-gfm-autolink-literal": "0.1.1",
"mdast-util-to-hast": "10.2.0",
"mdast-util-to-string": "2.0.0",
"micromark-extension-gfm-autolink-literal": "0.5.4",
"micromatch": "4.0.2",
"object-hash": "2.1.1",
"path-to-regexp": "6.2.0",
"property-information": "5.6.0",
"remark-gfm": "1.0.0",
"remark-parse": "9.0.0",
"request": "2.88.2",
"retext": "7.0.1",
"retext-smartypants": "4.0.0",
"strip-markdown": "4.0.0",
"unified": "9.2.1",
"unist-util-map": "2.0.1",
"unist-util-remove": "2.0.1",
"unist-util-remove-position": "3.0.0",
"unist-util-select": "3.0.4",
"unist-util-visit": "2.0.3",
"unist-util-visit-parents": "3.1.1",
"uri-js": "4.4.1",
"url-parse": "1.5.1",
"web-namespaces": "1.1.4",
"xml2js": "0.4.23",
"xmlbuilder": "15.1.1"
},
"lint-staged": {
"*.js": "eslint"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"ghooks": {
"pre-commit": "npx lint-staged"
}
},
"bugs": {
"url": "https://github.com/adobe/helix-pipeline/issues"
},
"homepage": "https://github.com/adobe/helix-pipeline#readme"
}