{
  "name": "@pagedip/tool-autorelease",
  "version": "3.9.2",
  "author": "Tyler Johnson <tyler@beneaththeink.com>",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "command": "lib/cli.js",
  "bin": {
    "pagedip-autorelease": "bin/cli.js"
  },
  "scripts": {
    "clean": "shx rm -rf lib",
    "build:full": "npm-run-all clean build",
    "build": "tsc -p tsconfig.build.json",
    "prepare": "npm-run-all build"
  },
  "dependencies": {
    "@pagedip/lib-cli": "*",
    "@pagedip/util-lerna": "*",
    "@pagedip/util-logger": "*",
    "@pagedip/util-npm": "*",
    "@pagedip/util-promise": "*",
    "@types/git-url-parse": "^9.0.0",
    "@types/js-yaml": "^3.12.4",
    "@types/lodash": "^4.14.155",
    "@types/luxon": "^1.24.0",
    "@types/mz": "^2.7.1",
    "@types/npm-package-arg": "^6.1.0",
    "@types/semver": "^7.2.0",
    "@types/split2": "^2.1.6",
    "@types/through2": "^2.0.36",
    "chalk": "^4.1.0",
    "git-url-parse": "^5.0.1",
    "js-yaml": "^3.14.0",
    "lodash": "^4.17.15",
    "luxon": "^1.24.1",
    "mz": "^2.7.0",
    "npm-package-arg": "^8.0.1",
    "semver": "^7.3.2",
    "split2": "^3.1.1",
    "through2": "^3.0.1",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "npm-run-all": "^4.1.5",
    "shx": "^0.3.2",
    "typescript": "^3.9.5"
  },
  "files": [
    "lib",
    "bin",
    "vendor"
  ],
  "gitHead": "e7453e8d17af7fd7dd9a9772934152564b667c89"
}
