{
  "name": "waque",
  "version": "1.13.1",
  "author": "Wei Zhu <yesmeck@gmail.com>",
  "bin": {
    "waque": "./bin/run"
  },
  "bugs": "https://www.yuque.com/waquehq/topics",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1",
    "@oclif/errors": "^1.1.2",
    "@oclif/plugin-help": "^1",
    "@types/form-data": "^2.2.1",
    "@types/fs-extra": "^5.0.2",
    "@types/inquirer": "^0.0.41",
    "@types/mkdirp": "^0.5.2",
    "@types/nunjucks": "^3.0.0",
    "@types/semver": "^5.5.0",
    "axios": "^0.18.0",
    "axios-debug-log": "^0.4.0",
    "chalk": "^2.4.1",
    "chokidar": "^3.3.1",
    "debug": "^3.1.0",
    "form-data": "^2.3.2",
    "fs-extra": "^6.0.1",
    "glob": "^7.1.2",
    "inquirer": "^5.2.0",
    "inquirer-autocomplete-prompt": "^0.12.2",
    "js-yaml": "^3.11.0",
    "lodash": "^4.17.10",
    "mkdirp": "^0.5.1",
    "nunjucks": "^3.1.3",
    "remark": "^9.0.0",
    "semver": "^5.5.0",
    "sha1-file": "^1.0.1",
    "signale": "^1.1.0",
    "slash2": "^2.0.0",
    "tslib": "^1",
    "unist-util-visit": "^1.3.1",
    "yaml-front-matter": "^4.0.0",
    "yuque-auth": "^1.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^6.2.0",
    "@commitlint/config-conventional": "^6.1.3",
    "@oclif/dev-cli": "^1.13.22",
    "@oclif/test": "^1",
    "@oclif/tslint": "^1",
    "@types/chai": "^4",
    "@types/glob": "^5.0.35",
    "@types/js-yaml": "^3.11.1",
    "@types/mocha": "^5",
    "@types/node": "^10.17.60",
    "chai": "^4",
    "globby": "^8.0.1",
    "husky": "^0.14.3",
    "lint-staged": "^7.1.2",
    "mocha": "^5",
    "nyc": "^11",
    "standard-version": "^8.0.1",
    "ts-node": "^6",
    "tslint": "^5",
    "typescript": "^4.5.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib",
    "/oclif.manifest.json"
  ],
  "homepage": "https://www.yuque.com/waque",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "waque",
    "plugins": [
      "@oclif/plugin-help"
    ],
    "hooks": {
      "init": [
        "./lib/hooks/init/createDirs",
        "./lib/hooks/init/checkUpdate"
      ]
    }
  },
  "repository": "https://github.com/yesmeck/waque",
  "scripts": {
    "precommit": "lint-staged",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
    "prepack": "rm -rf lib && tsc && oclif-dev manifest",
    "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
    "commitmsg": "commitlint -e $GIT_PARAMS",
    "release": "standard-version"
  },
  "standard-version": {
    "skip": {
      "changelog": true
    }
  },
  "lint-staged": {
    "docs/**/*.md": [
      "./bin/run upload"
    ]
  },
  "tnpm": {
    "mode": "yarn",
    "lockfile": "enable"
  },
  "types": "lib/index.d.ts"
}
