UNPKG

1.49 kBJSONView Raw
1{
2 "name": "@adobe/hypermedia-pipeline",
3 "version": "0.5.0",
4 "description": "",
5 "repository": "https://github.com/adobe/hypermedia-pipeline",
6 "main": "index.js",
7 "scripts": {
8 "test": "nyc mocha",
9 "lint": "npx eslint .",
10 "snyk-protect": "snyk protect",
11 "prepare": "npm run snyk-protect",
12 "preversion": "npm test",
13 "postversion": "git push origin master --follow-tags",
14 "delete-git-tag": "git tag -d v$npm_package_version && git push origin :v$npm_package_version"
15 },
16 "author": "",
17 "license": "Apache-2.0",
18 "devDependencies": {
19 "codecov": "^3.0.2",
20 "eslint": "^4.19.1",
21 "eslint-config-airbnb": "^17.1.0",
22 "eslint-plugin-header": "^1.2.0",
23 "eslint-plugin-import": "^2.14.0",
24 "eslint-plugin-jsx-a11y": "^6.1.1",
25 "eslint-plugin-react": "^7.11.0",
26 "istanbul": "^1.0.0-alpha.2",
27 "mocha": "^5.2.0",
28 "mocha-junit-reporter": "^1.17.0",
29 "nyc": "^13.0.1"
30 },
31 "dependencies": {
32 "bluebird": "^3.5.1",
33 "hast-util-to-html": "^4.0.1",
34 "js-yaml": "^3.12.0",
35 "lodash": "^4.17.10",
36 "mdast-util-to-hast": "^3.0.1",
37 "mdast-util-to-string": "^1.0.4",
38 "remark-frontmatter": "^1.2.0",
39 "remark-parse": "^5.0.0",
40 "remark-rehype": "^3.0.0",
41 "request": "^2.87.0",
42 "request-promise": "^4.2.2",
43 "snyk": "^1.88.1",
44 "unified": "^7.0.0",
45 "unist-util-filter": "^1.0.0",
46 "unist-util-select": "^1.5.0",
47 "uri-js": "^4.2.2",
48 "winston": "^3.0.0"
49 },
50 "snyk": true
51}