UNPKG

3.22 kBJSONView Raw
1{
2 "name": "@adobe/helix-cli",
3 "version": "13.0.32",
4 "description": "Project Helix CLI",
5 "main": "index.js",
6 "bin": {
7 "hlx": "./index.js"
8 },
9 "scripts": {
10 "check": "npm run lint && npm run test",
11 "test": "nyc --lines 90 --reporter=text --reporter=lcov mocha -t 5000",
12 "test-ci": "circleci tests glob 'test/test*.js' | circleci tests split --split-by=timings | xargs nyc --reporter=text --reporter=lcov mocha -R mocha-junit-reporter -t 5000 && codecov",
13 "test-ci-win": "./node_modules/.bin/mocha --reporter xunit test --reporter-options output=junit/test.xml -t 5000",
14 "lint": "./node_modules/.bin/eslint .",
15 "lint-ci": "circleci tests glob 'src/**/*.js' 'test/**/*.js' | circleci tests split | xargs eslint",
16 "semantic-release": "semantic-release",
17 "commit": "git-cz"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/adobe/helix-cli.git"
22 },
23 "author": "",
24 "license": "Apache-2.0",
25 "bugs": {
26 "url": "https://github.com/adobe/helix-cli/issues"
27 },
28 "homepage": "https://github.com/adobe/helix-cli#readme",
29 "engines": {
30 "node": ">=10.0 <11.0 || >=12.11.1 <13.0"
31 },
32 "dependencies": {
33 "@adobe/fastly-native-promises": "^1.19.2",
34 "@adobe/helix-fetch": "^1.9.2",
35 "@adobe/helix-log": "4.5.3",
36 "@adobe/helix-shared": "7.18.1",
37 "@adobe/helix-simulator": "5.1.11",
38 "@adobe/htlengine": "6.2.11",
39 "@babel/core": "^7.12.10",
40 "@babel/plugin-transform-react-jsx": "^7.12.12",
41 "archiver": "^5.1.0",
42 "camelcase": "^6.2.0",
43 "chalk": "4.1.0",
44 "chokidar": "^3.4.3",
45 "dotenv": "^8.0.0",
46 "ferrum": "^1.7.0",
47 "fs-extra": "^9.0.1",
48 "glob": "^7.1.6",
49 "glob-to-regexp": "0.4.1",
50 "hyperscript": "^2.0.2",
51 "ignore": "^5.1.8",
52 "ini": "^2.0.0",
53 "isomorphic-git": "1.8.0",
54 "junit-report-builder": "2.1.0",
55 "lodash": "^4.17.20",
56 "open": "^7.3.0",
57 "openwhisk": "^3.21.3",
58 "progress": "^2.0.3",
59 "request": "^2.88.2",
60 "semver": "^7.3.4",
61 "shelljs": "^0.8.4",
62 "uuid": "^8.3.2",
63 "webpack": "4.44.2",
64 "yargs": "16.2.0"
65 },
66 "devDependencies": {
67 "@adobe/eslint-config-helix": "1.1.3",
68 "@adobe/helix-testutils": "0.4.2",
69 "@pollyjs/adapter-fetch": "5.1.0",
70 "@pollyjs/adapter-node-http": "5.1.0",
71 "@pollyjs/core": "5.1.0",
72 "@pollyjs/persister-fs": "5.0.0",
73 "@semantic-release/changelog": "5.0.1",
74 "@semantic-release/git": "9.0.0",
75 "@semantic-release/github": "7.2.0",
76 "ajv": "7.0.3",
77 "codecov": "3.8.1",
78 "commitizen": "4.2.2",
79 "cz-conventional-changelog": "3.3.0",
80 "eslint": "7.17.0",
81 "eslint-plugin-header": "3.1.0",
82 "eslint-plugin-import": "2.22.1",
83 "ghooks": "2.0.4",
84 "jsdom": "16.4.0",
85 "lint-staged": "10.5.3",
86 "mocha": "8.2.1",
87 "mocha-junit-reporter": "2.0.0",
88 "nock": "13.0.5",
89 "nyc": "15.1.0",
90 "proxyquire": "2.1.3",
91 "semantic-release": "17.3.1",
92 "sinon": "9.2.2",
93 "unist-util-map": "2.0.1",
94 "yauzl": "2.10.0"
95 },
96 "lint-staged": {
97 "*.js": "eslint"
98 },
99 "config": {
100 "commitizen": {
101 "path": "node_modules/cz-conventional-changelog"
102 },
103 "ghooks": {
104 "pre-commit": "npx lint-staged"
105 }
106 }
107}