{
  "name": "create-dxcli",
  "description": "dxcli: create your own CLI",
  "version": "0.26.8",
  "author": "Jeff Dickey @jdxcode",
  "bin": "bin/run",
  "bugs": "https://github.com/dxcli/create-dxcli/issues",
  "dependencies": {
    "@dxcli/command": "^0.1.22",
    "@dxcli/config": "^0.1.27",
    "@dxcli/engine": "^0.1.12",
    "@dxcli/parser": "^0.0.5",
    "@dxcli/version": "^0.1.6",
    "cli-ux": "^3.2.2",
    "debug": "^3.1.0",
    "fixpack": "^2.3.1",
    "lodash": "^4.17.4",
    "sort-pjson": "^1.0.2",
    "yeoman-environment": "^2.0.5",
    "yeoman-generator": "^2.0.2",
    "yosay": "^2.0.1"
  },
  "devDependencies": {
    "@dxcli/dev": "^2.0.12",
    "@dxcli/dev-test": "^0.9.12",
    "@dxcli/semantic-release": "^0.2.4",
    "@dxcli/tslint": "^0.0.23",
    "@semantic-release/exec": "^2.0.0",
    "@types/shelljs": "^0.7.7",
    "@types/yeoman-generator": "^2.0.1",
    "@types/yosay": "^0.0.29",
    "eslint": "^4.16.0",
    "husky": "^0.14.3",
    "mocha": "^5.0.0",
    "mocha-junit-reporter": "^1.17.0",
    "npm-run-path": "^2.0.2",
    "nps": "^5.7.1",
    "nps-utils": "^1.5.0",
    "shelljs": "^0.8.1",
    "tmp": "^0.0.33",
    "ts-node": "^4.1.0",
    "typescript": "^2.6.2"
  },
  "dxcli": {
    "commands": "./lib/commands",
    "plugins": [
      "@dxcli/version"
    ]
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/templates"
  ],
  "homepage": "https://github.com/dxcli/create-dxcli",
  "keywords": [
    "dxcli"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "dxcli/create-dxcli",
  "scripts": {
    "commitmsg": "dxcli-commitlint",
    "precommit": "nps lint -l warn",
    "prepare": "rm -rf lib && tsc",
    "test": "nps test -l warn"
  },
  "types": "lib/index.d.ts"
}
