{
  "name": "zelda-cli",
  "version": "0.2.8",
  "description": "The zelda command line utility.",
  "repository": {
    "type": "git",
    "url": "http://gitlab.zhonganonline.com/frontend-engineering/zelda-cli"
  },
  "homepage": "http://gitlab.zhonganonline.com/frontend-engineering/zelda-cli",
  "mail": "yangxu <yangxu@zhongan.io>",
  "license": "MIT",
  "bin": {
    "zelda": "./bin/zelda"
  },
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib",
    "dev": "npm run build -- -w"
  },
  "main": "index.js",
  "dependencies": {
    "chalk": "^2.1.0",
    "commander": "^2.11.0",
    "cross-spawn": "^5.1.0",
    "del": "^3.0.0",
    "empty-dir": "^0.2.1",
    "fs-extra": "^4.0.2",
    "left-pad": "^1.1.3",
    "load-json-file": "^3.0.0",
    "nanoid": "^0.2.1",
    "path-exists": "^3.0.0",
    "simple-uppercamelcase": "^1.0.0",
    "through2": "^2.0.1",
    "vinyl-fs": "^2.4.3",
    "which": "^1.3.0",
    "zelda-ast": "^0.1.8"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.0"
  },
  "babel": {
    "presets": [
      [
        "env",
        {
          "targets": {
            "node": "current"
          }
        }
      ]
    ],
    "plugins": [
      "add-module-exports",
      "transform-object-rest-spread"
    ]
  },
  "files": [
    "lib",
    "src",
    "boilerplates",
    "bin",
    "index.js"
  ]
}
