{
  "name": "markdown-clitest",
  "version": "0.5.1",
  "description": "Test your command line examples in your markdown docs!",
  "main": "dist/src/index.js",
  "bin": {
    "markdown-clitest": "bin/markdown-clitest"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "build:watch": "yarn run clean; yarn run _build:watch",
    "_build:watch": "tsc -w -p tsconfig.json",
    "clean": "rm -rf dist",
    "lint": "tslint --project .",
    "lint-and-fix": "tslint --project . --fix",
    "prepack": "yarn run build",
    "prepare": "yarn run build",
    "prepush": "yarn run lint",
    "pretest": "yarn run build",
    "release": "standard-version",
    "test": "mocha"
  },
  "files": [
    "bin",
    "dist/src",
    "README.md"
  ],
  "repository": "unboundedsystems/markdown-clitest",
  "author": "Unbounded Systems",
  "contributors": [
    {
      "name": "Mark Terrel",
      "email": "mark@unbounded.systems",
      "url": "https://twitter.com/mterrel"
    }
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/unboundedsystems/markdown-clitest/issues"
  },
  "homepage": "https://github.com/unboundedsystems/markdown-clitest#readme",
  "keywords": [
    "markdown",
    "documentation",
    "docs",
    "testing",
    "test",
    "automate",
    "cli",
    "shell",
    "bash",
    "md"
  ],
  "dependencies": {
    "@adpt/utils": "0.0.6",
    "chalk": "^3.0.0",
    "commander": "^3.0.1",
    "debug": "^4.1.0",
    "fs-extra": "^8.1.0",
    "json5": "^2.1.1",
    "source-map-support": "^0.5.16",
    "ts-custom-error": "^3.1.1",
    "tslib": "^1.9.2",
    "type-ops": "^3.0.1"
  },
  "devDependencies": {
    "@types/debug": "4.1.5",
    "@types/fs-extra": "8.0.1",
    "@types/json5": "0.0.30",
    "@types/mocha": "5.2.7",
    "@types/node": "12.12.26",
    "execa": "3.4.0",
    "mocha": "6.2.2",
    "nyc": "14.1.1",
    "should": "13.2.3",
    "standard-version": "7.0.1",
    "stdout-stderr": "0.1.9",
    "string-to-stream": "3.0.1",
    "tslint": "5.20.1",
    "typescript": "3.7.5"
  }
}
