{
  "name": "@patternplate/cli",
  "version": "3.2.6",
  "description": "Documentation and development interface for component libraries",
  "bin": {
    "patternplate": "./cli.js"
  },
  "scripts": {
    "start": "yarn watch",
    "babel": "babel src -d lib --source-maps",
    "build": "yarn babel",
    "clean": "npx rimraf lib",
    "watch": "yarn babel -w",
    "deps": "dependency-check . --missing && dependency-check . --extra --no-dev -i @babel/runtime"
  },
  "files": [
    "cli.js",
    "lib"
  ],
  "xo": false,
  "babel": {
    "presets": [
      "module:@patternplate/babel-preset"
    ]
  },
  "dependencies": {
    "@babel/runtime": "^7.0.0-beta.40",
    "@marionebl/sander": "^0.6.1",
    "@patternplate/client": "^3.2.5",
    "@patternplate/compiler": "^3.2.5",
    "@patternplate/create-default": "^3.1.1",
    "@patternplate/load-config": "^3.2.5",
    "@patternplate/load-docs": "^3.1.1",
    "@patternplate/load-meta": "^3.2.5",
    "@patternplate/validate-config": "^3.1.1",
    "arson": "^0.2.6",
    "chalk": "^2.3.2",
    "command-exists": "^1.2.2",
    "errorhandler": "^1.5.0",
    "execa": "^0.9.0",
    "express": "^4.16.2",
    "express-slash": "^2.0.1",
    "import-fresh": "^2.0.0",
    "import-from": "^2.1.0",
    "memory-fs": "^0.4.1",
    "meow": "^3.7.0",
    "ora": "^2.0.0",
    "require-from-string": "^2.0.1",
    "resolve-from": "^4.0.0",
    "resolve-pkg": "^1.0.0",
    "string-hash": "^1.1.3",
    "unindent": "^2.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.40",
    "@patternplate/babel-preset": "^3.2.5",
    "dependency-check": "^3.1.0",
    "rimraf": "^2.6.2"
  },
  "repository": {
    "type": "git",
    "url": "patternplate/patternplate"
  },
  "author": {
    "name": "Mario Nebl",
    "email": "mario.nebl@sinnerschrader.com"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 4",
    "npm": ">= 3"
  },
  "gitHead": "26fbf86e1e5f236ca611034ecc10f894bb32998c"
}
