{
  "name": "@hydesign/grape",
  "version": "2.2.0",
  "description": "基于single-spa的微前端框架",
  "main": "dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack --config ./build/webpack.config.js",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
    "pub": "npm run build && npm publish --access public"
  },
  "author": "何遇",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@babel/plugin-transform-runtime": "^7.7.6",
    "@babel/polyfill": "^7.7.0",
    "@babel/preset-env": "^7.7.7",
    "babel-loader": "^8.0.6",
    "babel-plugin-lodash": "^3.3.4",
    "commitlint": "^8.2.0",
    "conventional-changelog-cli": "^2.0.28",
    "husky": "^3.1.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10"
  },
  "dependencies": {
    "css.escape": "^1.5.1",
    "import-html-entry": "^1.6.0",
    "lodash": "^4.17.15",
    "single-spa": "^4.4.1",
    "single-spa-vue": "^1.8.2"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  }
}
