UNPKG

3.17 kBJSONView Raw
1{
2 "name": "@adobe/helix-cli",
3 "version": "13.0.29",
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.15.0",
34 "@adobe/helix-fetch": "^1.7.0",
35 "@adobe/helix-log": "4.5.3",
36 "@adobe/helix-shared": "7.18.0",
37 "@adobe/helix-simulator": "5.1.11",
38 "@adobe/htlengine": "6.2.11",
39 "@babel/core": "^7.8.3",
40 "@babel/plugin-transform-react-jsx": "^7.8.3",
41 "archiver": "^5.0.0",
42 "camelcase": "^6.0.0",
43 "chalk": "4.1.0",
44 "chokidar": "^3.3.1",
45 "dotenv": "^8.0.0",
46 "ferrum": "^1.7.0",
47 "fs-extra": "^9.0.0",
48 "glob": "^7.1.6",
49 "glob-to-regexp": "0.4.1",
50 "hyperscript": "^2.0.2",
51 "ignore": "^5.1.4",
52 "ini": "^2.0.0",
53 "isomorphic-git": "1.8.0",
54 "junit-report-builder": "2.1.0",
55 "lodash": "^4.17.15",
56 "open": "^7.0.0",
57 "openwhisk": "^3.19.0",
58 "progress": "^2.0.3",
59 "semver": "^7.0.0",
60 "shelljs": "^0.8.3",
61 "uuid": "^8.0.0",
62 "webpack": "4.44.2",
63 "yargs": "16.2.0"
64 },
65 "devDependencies": {
66 "@adobe/eslint-config-helix": "1.1.3",
67 "@adobe/helix-testutils": "0.4.2",
68 "@pollyjs/adapter-fetch": "5.1.0",
69 "@pollyjs/adapter-node-http": "5.1.0",
70 "@pollyjs/core": "5.1.0",
71 "@pollyjs/persister-fs": "5.0.0",
72 "@semantic-release/changelog": "5.0.1",
73 "@semantic-release/git": "9.0.0",
74 "@semantic-release/github": "7.2.0",
75 "codecov": "3.8.1",
76 "commitizen": "4.2.2",
77 "cz-conventional-changelog": "3.3.0",
78 "eslint": "7.16.0",
79 "eslint-plugin-header": "3.1.0",
80 "eslint-plugin-import": "2.22.1",
81 "ghooks": "2.0.4",
82 "jsdom": "16.4.0",
83 "lint-staged": "10.5.3",
84 "mocha": "8.2.1",
85 "mocha-junit-reporter": "2.0.0",
86 "nock": "13.0.5",
87 "nyc": "15.1.0",
88 "proxyquire": "2.1.3",
89 "semantic-release": "17.3.0",
90 "sinon": "9.2.2",
91 "unist-util-map": "2.0.1",
92 "yauzl": "2.10.0"
93 },
94 "lint-staged": {
95 "*.js": "eslint"
96 },
97 "config": {
98 "commitizen": {
99 "path": "node_modules/cz-conventional-changelog"
100 },
101 "ghooks": {
102 "pre-commit": "npx lint-staged"
103 }
104 }
105}