{
  "name": "@anycli/example-plugin-ts",
  "description": "example dxcli plugin in typescript",
  "version": "0.9.19",
  "author": "Jeff Dickey @jdxcode",
  "anycli": {
    "commands": "./lib/commands",
    "devPlugins": [
      "@anycli/plugin-help"
    ]
  },
  "bugs": "https://github.com/anycli/example-plugin-ts/issues",
  "dependencies": {
    "@anycli/command": "^1.2.19",
    "@anycli/config": "^1.3.45",
    "@anycli/errors": "^0.2.2"
  },
  "devDependencies": {
    "@anycli/dev-cli": "^0.3.9",
    "@anycli/plugin-help": "^0.7.2",
    "@anycli/test": "^0.10.15",
    "@anycli/tslint": "^0.2.7",
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.1",
    "chai": "^4.1.2",
    "concurrently": "^3.5.1",
    "globby": "^7.1.1",
    "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/example-plugin-ts",
  "keywords": [
    "anycli-plugin"
  ],
  "license": "MIT",
  "repository": "anycli/example-plugin-ts",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "clean": "rm -f .anycli.manifest.json",
    "lint": "concurrently -p command \"tsc -p test --noEmit\" \"tslint -p test -t stylish\"",
    "postpublish": "yarn run clean",
    "posttest": "yarn run lint",
    "prepublishOnly": "yarn run build && anycli-dev manifest && anycli-dev readme",
    "preversion": "yarn run clean",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "anycli-dev readme && git add README.md"
  }
}
