{
  "name": "verlog",
  "version": "1.0.32",
  "build": 5,
  "description": "Generate Version and Changelog for git repo",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/futurist/verlog.git"
  },
  "author": {
    "name": "jamesyang.yjm"
  },
  "main": "dist/cli.js",
  "bin": {
    "verlog": "dist/cli.js",
    "vl": "dist/cli.js"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=6.8.0",
    "git": ">=2.11.0",
    "yarn": ">=1.7.0"
  },
  "scripts": {
    "build": "esbuild source/cli.js --outfile=./dist/cli.js --bundle --minify --external:meow --platform=node --target=node8; esbuild source/cli-add.js --outfile=./dist/cli-add.js --bundle --minify --external:meow --platform=node --target=node8; esbuild node_modules/meow/index.js --outfile=./dist/node_modules/meow/index.js --bundle --minify --platform=node --target=node8;  esbuild node_modules/rxjs/index.js --outfile=./dist/node_modules/rxjs/index.js --bundle --minify --platform=node --target=node8; cp source/*.html dist/",
    "test": "xo && FORCE_HYPERLINK=1 ava"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "cli-app",
    "cli",
    "npm",
    "publish",
    "git",
    "push",
    "version",
    "bump",
    "commit"
  ],
  "dependencies": {
    "@samverschueren/stream-to-observable": "^0.3.1",
    "any-observable": "^0.5.1"
  },
  "devDependencies": {
    "ansi-to-html": "^0.6.11",
    "async-exit-hook": "^2.0.1",
    "ava": "^2.1.0",
    "body-parser": "^1.19.0",
    "chalk": "^2.3.0",
    "cosmiconfig": "^5.2.1",
    "del": "^4.1.0",
    "esbuild": "^0.12.26",
    "escape-string-regexp": "^2.0.0",
    "execa": "^2.0.1",
    "express": "^4.17.1",
    "get-port": "^5.0.0",
    "github-url-from-git": "^1.5.0",
    "has-yarn": "^2.1.0",
    "hosted-git-info": "^2.7.1",
    "inquirer": "^6.4.1",
    "is-installed-globally": "^0.2.0",
    "is-scoped": "^2.1.0",
    "issue-regex": "^2.0.0",
    "listr": "^0.14.3",
    "listr-input": "^0.1.3",
    "log-symbols": "^3.0.0",
    "meow": "5",
    "npm-name": "^5.4.0",
    "onetime": "^5.1.0",
    "open": "^6.1.0",
    "ow": "^0.13.2",
    "p-memoize": "^3.1.0",
    "p-timeout": "^3.1.0",
    "pkg-dir": "^4.1.0",
    "proxyquire": "^2.1.0",
    "read-pkg-up": "^6.0.0",
    "rxjs": "^6.3.3",
    "semver": "^6.1.2",
    "shebang2-loader": "^1.0.1",
    "signal-exit": "^3.0.2",
    "sinon": "^7.3.2",
    "split": "^1.0.0",
    "symbol-observable": "^1.2.0",
    "terminal-link": "^1.2.0",
    "update-notifier": "^3.0.0",
    "webpack": "4",
    "webpack-cli": "4",
    "write-pkg": "^4.0.0",
    "xo": "^0.24.0"
  },
  "readme": "readme.md",
  "bugs": {
    "url": "https://github.com/futurist/verlog/issues"
  },
  "homepage": "https://github.com/futurist/verlog#readme",
  "_id": "verlog@1.0.30"
}
