{
  "name": "gobu",
  "license": "ISC",
  "version": "0.1.8",
  "main": "dist/index.js",
  "bin": {
    "gobu": "./bin/gobu"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && tsc -b",
    "watch": "tsc -b -w",
    "test": "mocha test/**/*.spec.ts* --require ./register.js --bail",
    "docs": "typedoc ./src --options ./typedoc.json --out ./docs && touch ./docs/.nojekyll"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blujedis/gobu.git"
  },
  "files": [
    "dist",
    "docs",
    "CHANGE.md",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "ansi-colors": "^4.1.1",
    "command-exists": "^1.2.8",
    "cross-spawn": "^7.0.1",
    "fast-glob": "^3.1.1",
    "find-up": "^4.1.0",
    "fs-extra": "^8.1.0",
    "kawkah-parser": "^1.0.4",
    "kricket": "^0.1.1",
    "log-symbols": "^3.0.0",
    "micromatch": "^4.0.2",
    "strip-ansi": "^6.0.0",
    "wrap-ansi": "^7.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/cross-spawn": "^6.0.1",
    "@types/fast-json-stable-stringify": "^2.0.0",
    "@types/fs-extra": "^8.1.0",
    "@types/micromatch": "^4.0.1",
    "@types/mocha": "^5.2.7",
    "@types/node": "^13.1.2",
    "@types/progress": "^2.0.3",
    "@types/readable-stream": "^2.3.5",
    "@types/wrap-ansi": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^2.26.0",
    "@typescript-eslint/eslint-plugin-tslint": "^2.26.0",
    "@typescript-eslint/parser": "^2.26.0",
    "chai": "^4.2.0",
    "eslint": "^6.8.0",
    "mocha": "^6.2.2",
    "rimraf": "^3.0.0",
    "ts-node": "^8.5.4",
    "typedoc": "^0.17.4",
    "typescript": "^3.7.5"
  }
}
