{
  "name": "@recore/create",
  "version": "3.0.0",
  "description": "the recore create",
  "bin": {
    "create": "create.js"
  },
  "homepage": "https://gitlab.alibaba-inc.com/recore/recore-create",
  "repository": {
    "type": "git",
    "url": "https://gitlab.alibaba-inc.com/recore/recore-create.git"
  },
  "bugs": {
    "url": "https://gitlab.alibaba-inc.com/recore/recore/issues"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": [
      "tslint --fix -c tslint.json src/**/*.ts",
      "git add"
    ]
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^10.12.10",
    "husky": "^1.1.2",
    "lint-staged": "^8.0.4",
    "progress-bar-webpack-plugin": "^1.11.0",
    "ts-loader": "^5.3.1",
    "tslint": "^5.11.0",
    "typescript": "^3.1.6",
    "webpack": "^4.23.1",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.9.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}