{
  "name": "@jsdevtools/chai-exec",
  "version": "2.1.1",
  "description": "Chai assertions for testing your CLI",
  "keywords": [
    "chai",
    "chai-plugin",
    "cli",
    "spawn",
    "exec"
  ],
  "author": {
    "name": "Randall Krauskopf",
    "url": "http://github.com/rkrauskopf"
  },
  "contributors": [
    "Randall Krauskopf (http://github.com/rkrauskopf)",
    "James Messinger (https://jamesmessinger.com)"
  ],
  "license": "MIT",
  "homepage": "https://jstools.dev/chai-exec",
  "repository": {
    "type": "git",
    "url": "https://github.com/JS-DevTools/chai-exec.git"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts": {
    "clean": "shx rm -rf .nyc_output coverage",
    "lint": "eslint lib test",
    "test": "npm run test:javascript && npm run test:typescript && npm run lint",
    "test:javascript": "mocha",
    "test:typescript": "tsc --noEmit test/specs/typescript-definition.spec.ts",
    "coverage": "nyc node_modules/mocha/bin/mocha",
    "upgrade": "npm-check -u && npm audit fix",
    "bump": "bump --tag --push --all",
    "release": "npm run upgrade && npm run clean && npm test && npm run bump"
  },
  "devDependencies": {
    "@jsdevtools/eslint-config": "^1.0.3",
    "@jsdevtools/version-bump-prompt": "^6.0.5",
    "@types/chai": "^4.2.11",
    "@types/node": "^14.0.23",
    "chai": "^4.2.0",
    "eslint": "^7.4.0",
    "mocha": "^8.0.1",
    "npm-check": "^5.9.2",
    "nyc": "^15.1.0",
    "shx": "^0.3.2",
    "typescript": "^3.9.6"
  },
  "dependencies": {
    "@jsdevtools/ez-spawn": "^3.0.3"
  },
  "engines": {
    "node": ">=10"
  }
}
