{
  "name": "dir-traveler",
  "version": "0.3.2",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "private": false,
  "license": "MIT",
  "author": "MiseryLee <miserylee@foxmail.com>",
  "description": "Go through the path.",
  "scripts": {
    "build": "rm -rf ./lib && tsc",
    "prebuild": "yarn run lint && yarn test",
    "start": "ts-node ./src/index",
    "lint": "tslint -c tslint.json ./src/**/*.ts",
    "test": "mocha --require ts-node/register ./test/*.spec.ts",
    "prepublishOnly": "yarn build"
  },
  "pre-commit": [
    "prepublishOnly"
  ],
  "devDependencies": {
    "@types/mocha": "5.2.0",
    "@types/node": "10.1.2",
    "mocha": "5.2.0",
    "pre-commit": "1.2.2",
    "ts-node": "6.0.3",
    "tslint": "5.10.0",
    "tslint-clean-code": "0.2.7",
    "typescript": "2.8.3"
  }
}
