{
  "name": "@moyuyc/visit-tree",
  "publishConfig": {
    "access": "public"
  },
  "version": "4.0.4",
  "main": "index.js",
  "description": "Visit tree by pre or post DFS",
  "author": "imcuttle <moyuyc95@gmail.com>",
  "scripts": {
    "test": "jest",
    "prepublishOnly": "npm test",
    "version": "npm run changelog",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
    "postpublish": "git push --tag origin $(git rev-parse --abbrev-ref HEAD)"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged",
      "commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=8"
  },
  "keywords": [
    "imcuttle",
    "visit",
    "tree",
    "visit-tree"
  ],
  "typings": "index.d.ts",
  "license": "MIT",
  "repository": "imcuttle/visit-tree",
  "jest": {
    "testMatch": [
      "**/__test{s,}__/*.(spec|test).{t,j}s{x,}"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "devDependencies": {
    "@commitlint/cli": "^7.5.0",
    "@commitlint/config-conventional": "^7.5.0",
    "@types/jest": "^23.3.13",
    "conventional-changelog-cli": "^2.0.11",
    "husky": "^1.3.1",
    "jest": "^23.6.0",
    "prettier": "^1.16.3",
    "pretty-quick": "^1.10.0"
  },
  "dependencies": {
    "is-iterable": "^1.1.1"
  }
}
