UNPKG

@adobe/helix-pipeline

Version:

(formerly known as Hypermedia Pipeline)

102 lines (101 loc) 3.05 kB
{ "name": "@adobe/helix-pipeline", "version": "5.2.1", "description": "", "repository": "https://github.com/adobe/helix-pipeline", "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", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect", "commit": "git-cz" }, "author": "", "license": "Apache-2.0", "devDependencies": { "@adobe/eslint-config-helix": "^1.0.0", "@adobe/jsonschema2md": "^3.1.2", "@pollyjs/adapter-fetch": "^2.6.2", "@pollyjs/adapter-node-http": "^2.6.2", "@pollyjs/core": "^2.6.2", "@pollyjs/persister-fs": "^2.6.2", "@semantic-release/changelog": "^3.0.4", "@semantic-release/git": "^7.0.16", "@semantic-release/github": "^5.4.2", "codecov": "^3.5.0", "commitizen": "^4.0.1", "cz-conventional-changelog": "^3.0.2", "eslint": "^6.1.0", "eslint-plugin-header": "^3.0.0", "eslint-plugin-import": "^2.18.2", "ghooks": "^2.0.4", "hastscript": "^5.1.0", "hyperscript": "^2.0.2", "istanbul": "^1.0.0-alpha.2", "json-schema-to-typescript": "^7.0.0", "lint-staged": "^9.2.1", "mocha": "^6.2.0", "mocha-junit-reporter": "^1.23.1", "nyc": "^14.1.1", "semantic-release": "^15.13.19", "unist-builder": "^1.0.4", "unist-util-inspect": "^4.1.4", "unist-util-remove-position": "^1.1.3" }, "dependencies": { "@adobe/helix-shared": "^3.0.0", "@adobe/openwhisk-loggly-wrapper": "0.4.3", "ajv": "^6.10.2", "callsites": "^3.1.0", "clone": "^2.1.2", "dompurify": "^1.0.11", "ferrum": "^1.2.0", "fs-extra": "^8.1.0", "github-slugger": "^1.2.1", "js-yaml": "^3.13.1", "jsdom": "^15.1.1", "lodash": "^4.17.15", "mdast-util-to-hast": "^6.0.1", "mdast-util-to-string": "^1.0.6", "mdurl": "^1.0.1", "micromatch": "^4.0.2", "object-hash": "^1.3.1", "openwhisk": "^3.19.0", "property-information": "^5.2.2", "remark-parse": "^7.0.1", "request": "^2.87.0", "request-promise-native": "^1.0.7", "retext": "^7.0.0", "retext-smartypants": "^3.0.3", "snyk": "^1.216.0", "strip-markdown": "^3.1.0", "unified": "^8.3.2", "unist-util-find-all-between": "^1.0.6", "unist-util-map": "^1.0.5", "unist-util-select": "^2.0.2", "uri-js": "^4.2.2", "url-parse": "^1.4.6", "web-namespaces": "^1.1.3", "winston": "^3.2.1", "xml2js": "^0.4.19", "xmlbuilder": "^13.0.2" }, "snyk": true, "lint-staged": { "*.js": "eslint" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npx lint-staged" } } }