{
  "name": "gulp-ui5-eager-preload",
  "version": "1.19.5",
  "main": "index.js",
  "author": {
    "name": "Theo Sun",
    "email": "theo.sun@sap.com"
  },
  "scripts": {
    "clean": "rm -rf lib",
    "test": "jest",
    "release": "standard-version --commit-all --no-verify && git push --follow-tags origin master"
  },
  "devDependencies": {
    "@commitlint/cli": "^8",
    "@commitlint/config-conventional": "^8",
    "@types/jest": "^24.0.18",
    "eslint": "^5.16.0",
    "husky": "^2.3.0",
    "jest": "^24.9.0",
    "standard-version": "^6.0.1"
  },
  "dependencies": {
    "@babel/parser": "^7.6.3",
    "@babel/traverse": "^7.6.3",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-json": "^4.0.2",
    "@rollup/plugin-node-resolve": "^7.1.0",
    "@rollup/plugin-replace": "^2.3.1",
    "ansi-colors": "^3.2.4",
    "deepdash": "^1.9.5",
    "fancy-log": "^1.3.3",
    "find-node-modules": "^2.0.0",
    "glob": "^7.1.3",
    "graphlib": "^2.1.7",
    "lodash": "^4.17.15",
    "node-fetch": "^2.3.0",
    "plugin-error": "^1.0.1",
    "recast": "^0.18.3",
    "rollup": "^1",
    "rollup-plugin-uglify": "^6",
    "through2": "^2.0.3",
    "uglify-js": "^3",
    "vinyl": "^2.2.0",
    "xml2js": "^0.4.19"
  },
  "license": "MIT",
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Soontao/gulp-ui5-eager-preload"
  }
}
