{
  "name": "imhele",
  "version": "0.5.1",
  "bin": {
    "imhele": "./lib/cli.js"
  },
  "scripts": {
    "test": "umi-test",
    "precommit": "lint-staged",
    "test:coverage": "umi-test --coverage",
    "command": "npm run build && node ./lib/cli.js",
    "build": "rm -r lib && npm run lint && tsc -p .",
    "lint": "tslint \"src/**/*.ts\" \"test/**/*.ts\"",
    "coverage": "cat ./coverage/lcov.info | coveralls",
    "command:win": "npm run build:win && node ./lib/cli.js",
    "build:win": "del /Q /S lib && npm run lint && tsc -p ."
  },
  "lint-staged": {
    "*.ts": [
      "tslint --fix",
      "git add"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/imhele/imhele"
  },
  "homepage": "https://github.com/imhele/imhele",
  "author": {
    "name": "Hele",
    "email": "work@imhele.com"
  },
  "bugs": {
    "url": "https://github.com/imhele/imhele/issues"
  },
  "files": [
    "lib"
  ],
  "license": "MIT",
  "dependencies": {
    "async-validator": "1.11.0",
    "chalk": "^2.4.2",
    "chokidar": "^2.1.2",
    "glob": "^7.1.3",
    "inquirer": "^6.2.2",
    "js-yaml": "^3.12.2",
    "lodash": "^4.17.11",
    "mkdirp": "^0.5.1",
    "prettier": "^1.16.4",
    "signale": "^1.4.0",
    "terminal-link": "^1.2.0",
    "typescript": "^3.3.1",
    "yargs-parser": "^13.0.0"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.0",
    "@types/glob": "^7.1.1",
    "@types/inquirer": "^0.0.44",
    "@types/jest": "^23.3.11",
    "@types/lodash": "^4.14.121",
    "@types/node": "^11.10.4",
    "@types/prettier": "^1.16.1",
    "@types/signale": "^1.2.1",
    "@types/terminal-link": "^1.1.0",
    "@types/yargs-parser": "^11.0.2",
    "coveralls": "^3.0.2",
    "lint-staged": "^8.1.0",
    "tslint": "^5.12.0",
    "tslint-eslint-rules": "^5.4.0",
    "umi-test": "^1.3.0"
  }
}
