{
  "name": "herb-build-utils",
  "version": "1.4.5",
  "license": "ISC",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "dev": "../../node_modules/.bin/tsc -p ./tsconfig.json -w",
    "build": "../../node_modules/.bin/tsc -p ./tsconfig.json",
    "lint": "tslint -p ./tsconfig.json",
    "lint:fix": "tslint -p ./tsconfig.json --fix",
    "prepublish": "npm run build",
    "pub": "npm publish"
  },
  "dependencies": {
    "axios": "^0.19.0",
    "chalk": "^3.0.0",
    "debug": "^4.1.1",
    "envinfo": "^7.5.0",
    "fs-extra": "^8.1.0",
    "git-remote-origin-url": "^3.0.0",
    "herb-build-shared": "^1.4.5",
    "htmlparser2": "4.1.0",
    "ini": "^1.3.5",
    "loader-utils": "1.2.3",
    "lodash": "^4.17.15",
    "md5": "2.2.1",
    "ora": "4.0.3",
    "postcss": "7.0.26"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/fs-extra": "^8.0.1",
    "@types/ini": "^1.3.30",
    "@types/loader-utils": "^1.1.3",
    "@types/lodash": "^4.14.149"
  },
  "gitHead": "959ee05ca4b0038aa9437977bc2807eb875efac1"
}
