@adobe/helix-cli
Version:
Project Helix CLI
98 lines (97 loc) • 2.59 kB
JSON
{
"name": "@adobe/helix-cli",
"version": "14.26.0",
"description": "Project Helix CLI",
"main": "index.js",
"type": "module",
"bin": {
"hlx": "./index.js",
"aem": "./index.js"
},
"scripts": {
"check": "npm run lint && npm run test",
"test": "c8 mocha",
"test-ci-win": "npx mocha --reporter xunit test --reporter-options output=junit/test.xml -t 5000",
"lint": "eslint .",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
"mocha": {
"require": "test/setup-env.js",
"recursive": "true",
"reporter": "mocha-multi-reporters",
"reporter-options": "configFile=.mocha-multi.json",
"loader": "esmock"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/helix-cli.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobe/helix-cli/issues"
},
"homepage": "https://github.com/adobe/helix-cli#readme",
"engines": {
"node": ">=14"
},
"dependencies": {
"@adobe/fetch": "4.1.0",
"@adobe/helix-log": "6.0.0",
"@adobe/helix-shared-config": "10.3.5",
"@adobe/helix-shared-git": "3.0.2",
"@adobe/helix-shared-indexer": "2.0.13",
"camelcase": "8.0.0",
"chalk-template": "1.1.0",
"chokidar": "3.5.3",
"compression": "1.7.4",
"cookie": "0.5.0",
"cookie-parser": "1.4.6",
"dotenv": "16.3.1",
"express": "4.18.2",
"faye-websocket": "0.11.4",
"fs-extra": "11.1.1",
"glob": "10.3.4",
"glob-to-regexp": "0.4.1",
"hast-util-select": "6.0.0",
"http-proxy-agent": "7.0.0",
"https-proxy-agent": "7.0.2",
"ignore": "5.2.4",
"ini": "4.1.1",
"isomorphic-git": "1.24.5",
"livereload-js": "4.0.1",
"node-fetch": "3.3.2",
"open": "9.1.0",
"progress": "2.0.3",
"proxy-agent": "6.3.1",
"proxy-from-env": "1.1.0",
"rehype-parse": "9.0.0",
"semver": "7.5.4",
"shelljs": "0.8.5",
"unified": "11.0.2",
"uuid": "9.0.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@adobe/eslint-config-helix": "2.0.3",
"@adobe/helix-shared-dom": "2.0.1",
"@adobe/helix-testutils": "0.4.14",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"c8": "8.0.1",
"eslint": "8.49.0",
"esmock": "2.4.1",
"husky": "8.0.3",
"junit-report-builder": "3.0.1",
"lint-staged": "14.0.1",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"nock": "13.3.3",
"semantic-release": "21.1.1",
"sinon": "15.2.0"
},
"lint-staged": {
"*.js": "eslint"
}
}