{
  "name": "treedoc-cli",
  "version": "0.0.4",
  "description": "",
  "main": "lib/index.js",
  "bin": {
    "treedoc-cli": "lib/index.js"
  },
  "scripts": {
    "build": "tsc",
    "index": "yarn build && node ./",
    "repl": "yarn build && node ./lib/TreedocCliRepl",
    "test": "jest --config jestconfig.json",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "chalk": "^4.1.1",
    "lodash": "^4.17.21",
    "readline-sync": "^1.4.10",
    "treedoc": "^0.3.27",
    "tty-table": "4.1.5",
    "vorpal": "^1.12.0",
    "vorpal-autocomplete-fs": "^0.0.3",
    "vorpal-repl": "^1.1.8"
  },
  "devDependencies": {
    "@types/cli-table": "^0.3.0",
    "@types/jest": "^26.0.24",
    "@types/lodash": "^4.14.170",
    "@types/readline-sync": "^1.4.3",
    "@types/vorpal": "^1.12.1",
    "jest": "^27.0.6",
    "ts-jest": "^27.0.3",
    "typescript": "^4.3.5"
  },
  "files": [
    "lib/**/*"
  ]
}
