UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@carbon/cli",
3 "description": "Task automation for working with the Carbon Design System",
4 "version": "10.18.0",
5 "license": "Apache-2.0",
6 "bin": {
7 "carbon-cli": "./bin/carbon-cli.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/carbon-design-system/carbon.git",
12 "directory": "packages/cli"
13 },
14 "bugs": "https://github.com/carbon-design-system/carbon/issues",
15 "keywords": [
16 "ibm",
17 "carbon",
18 "carbon-design-system",
19 "components",
20 "react"
21 ],
22 "publishConfig": {
23 "access": "public"
24 },
25 "dependencies": {
26 "@carbon/cli-reporter": "^10.4.0",
27 "@octokit/plugin-retry": "^2.2.0",
28 "@octokit/plugin-throttling": "^2.6.0",
29 "@octokit/rest": "^16.28.1",
30 "@rollup/plugin-babel": "^5.2.2",
31 "@rollup/plugin-commonjs": "^17.0.0",
32 "@rollup/plugin-node-resolve": "^11.0.1",
33 "chalk": "^2.4.2",
34 "change-case": "^4.1.2",
35 "child-process-promise": "^2.2.1",
36 "clipboardy": "^2.1.0",
37 "enquirer": "^2.3.6",
38 "fast-glob": "^3.2.2",
39 "fs-extra": "^8.0.1",
40 "inquirer": "^6.4.1",
41 "klaw-sync": "^6.0.0",
42 "lodash.template": "^4.5.0",
43 "markdown-toc": "^1.2.0",
44 "prettier": "^2.2.1",
45 "prettier-config-carbon": "^0.6.0",
46 "progress-estimator": "^0.2.2",
47 "remark": "^10.0.1",
48 "replace-in-file": "^6.1.0",
49 "rollup": "^2.36.1",
50 "sass": "^1.32.4",
51 "sassdoc": "^2.7.3",
52 "yargs": "^15.1.0"
53 },
54 "gitHead": "9e4485a39c8ced35313aa834c4d162a99bc57fb9"
55}