{
  "name": "yuzu-definition-cli",
  "version": "3.0.0",
  "description": "A cli application for managing components in the Yuzu Definition pattern library",
  "preferGlobal": true,
  "main": "index.js",
  "bin": {
    "yuzudef": "./index.js"
  },
  "scripts": {
    "test": "nyc mocha test --recursive"
  },
  "keywords": [
    "yuzu",
    "pattern-library",
    "cli"
  ],
  "author": "Phil Whittaker",
  "license": "ISC",
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "camelcase": "^5.0.0",
    "change-case": "^4.1.1",
    "commander": "^9.4.1",
    "download-git-repo": "^3.0.2",
    "inflector-js": "^1.0.1",
    "inquirer": "^7.1.0",
    "js-beautify": "^1.13.13",
    "json-schema-generator": "^2.0.6",
    "lodash": "^4.17.11",
    "node-trello": "^1.3.0",
    "winston": "^3.3.3",
    "prettier": "2.2.1",
    "ncp": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+github.com/balanced-dev/yuzu-definition-cli.git"
  },
  "homepage": "https://github.com/balanced-dev/yuzu-definition-cli#readme",
  "devDependencies": {
    "assert": "^2.0.0",
    "mocha": "^8.2.1",
    "nyc": "^15.1.0",
    "rewire": "^5.0.0",
    "should": "^13.2.3"
  }
}
