{
  "name": "create-yard-app",
  "version": "0.1.14",
  "description": "CLI tool to create indepedent ops portal apps",
  "bin": {
    "create-yard-app": "./dist/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "babel src --out-dir dist --ignore test.js"
  },
  "keywords": [
    "Yard",
    "App",
    "Ops",
    "Portal",
    "App"
  ],
  "author": "Anil Kumar Katta",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/copartit/create-yard-app/issues"
  },
  "dependencies": {
    "chalk": "^2.3.1",
    "child_process": "^1.0.2",
    "commander": "^2.14.1",
    "cross-spawn": "^6.0.4",
    "fs-extra": "^5.0.0",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1"
  },
  "babel": {
    "presets": [
      [
        "env",
        {
          "exclude": [
            "transform-regenerator"
          ]
        }
      ]
    ]
  }
}
