@adobe/helix-cli
Version:
Project Helix CLI
88 lines (87 loc) • 2.56 kB
JSON
{
"name": "@adobe/helix-cli",
"version": "0.12.0",
"description": "Project Helix CLI",
"main": "index.js",
"bin": {
"hlx": "./index.js"
},
"scripts": {
"check": "npm run lint && npm run test",
"test": "nyc mocha",
"record": "rm -rf test/fixtures/api.fastly.com-443 && MODE=record mocha test/testPublishCmd.js -g \"Publish Strains on an existing Service Config\"",
"junit": "mocha -R mocha-junit-reporter",
"lint": "./node_modules/.bin/eslint .",
"preversion": "npm run junit",
"postversion": "git push origin master --follow-tags",
"delete-git-tag": "git tag -d v$npm_package_version && git push origin :v$npm_package_version"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-cli"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/project-helix/issues"
},
"homepage": "https://github.com/adobe/project-helix#readme",
"dependencies": {
"@adobe/fastly-native-promises": "^1.3.2",
"@adobe/helix-pipeline": "0.10.1",
"@adobe/helix-shared": "0.6.0",
"@adobe/helix-simulator": "2.9.0",
"@adobe/parcel-plugin-htl": "2.0.1",
"@snyk/nodejs-runtime-agent": "1.35.0",
"archiver": "3.0.0",
"calibre": "1.1.1",
"chalk": "2.4.2",
"chokidar": "^2.0.4",
"decompress": "4.2.0",
"fs-extra": "7.0.0",
"glob": "7.1.2",
"glob-to-regexp": "0.4.0",
"js-yaml": "3.12.1",
"junit-report-builder": "1.3.1",
"lodash": "4.17.10",
"mime-types": "2.1.20",
"object-hash": "1.3.0",
"openwhisk": "3.18.0",
"opn": "5.3.0",
"parcel-bundler": "1.10.0",
"progress": "2.0.1",
"request": "2.87.0",
"request-promise-native": "1.0.5",
"shelljs": "0.8.2",
"snyk": "1.122.0",
"source-map": "0.7.3",
"triple-beam": "1.3.0",
"uri-js": "4.2.2",
"uuid": "3.3.2",
"webpack": "4.28.4",
"yargs": "12.0.2"
},
"devDependencies": {
"@adobe/helix-testutils": "^0.2.0",
"ajv": "6.7.0",
"codecov": "3.0.2",
"eslint": "5.4.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-header": "2.0.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.12.4",
"istanbul": "1.1.0-alpha.1",
"less": "3.8.1",
"mocha": "5.2.0",
"mocha-junit-reporter": "1.17.0",
"mocha-parallel-tests": "2.0.3",
"nock": "^10.0.6",
"nyc": "13.2.0",
"proxyquire": "^2.1.0",
"replay": "2.4.0",
"sinon": "6.1.0",
"unzip2": "0.2.5"
},
"snyk": true
}