{
  "name": "@anycli/plugin-version",
  "description": "a anycli command that just shows the CLI version",
  "version": "0.1.34",
  "author": "Jeff Dickey @jdxcode",
  "anycli": {
    "commands": "./lib/commands"
  },
  "bugs": "https://github.com/anycli/plugin-version/issues",
  "dependencies": {
    "@anycli/command": "^1.2.2",
    "cli-ux": "^3.3.13"
  },
  "devDependencies": {
    "@anycli/config": "^1.0.17",
    "@anycli/dev-cli": "^0.1.4",
    "@anycli/test": "^0.10.8",
    "@anycli/tslint": "^0.2.5",
    "@types/chai": "^4.1.2",
    "@types/lodash": "^4.14.100",
    "@types/mocha": "^2.2.48",
    "@types/nock": "^9.1.2",
    "@types/node": "^9.4.0",
    "@types/node-notifier": "^0.0.28",
    "@types/read-pkg": "^3.0.0",
    "chai": "^4.1.2",
    "concurrently": "^3.5.1",
    "eslint": "^4.17.0",
    "eslint-config-anycli": "^1.3.2",
    "mocha": "^5.0.0",
    "ts-node": "^4.1.0",
    "typescript": "^2.7.1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    ".anycli.manifest.json",
    "/lib"
  ],
  "homepage": "https://github.com/anycli/plugin-version",
  "keywords": [
    "anycli-plugin"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "anycli/plugin-version",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "concurrently -p command \"eslint .\" \"tsc -p test --noEmit\" \"tslint -p test\"",
    "postpublish": "rm .anycli.manifest.json",
    "posttest": "yarn run lint",
    "prepublishOnly": "yarn run build && anycli-dev manifest",
    "test": "mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts"
}
