{
  "author": "David Piper <david.piper@mailfence.com>",
  "bugs": {
    "url": "https://github.com/dbpiper/terminal-spawn/issues"
  },
  "description": "A library which wraps Node's child_process.spawn to provide easy use of terminal commands.",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "@babel/preset-typescript": "^7.3.3",
    "@babel/register": "^7.0.0",
    "@commitlint/cli": "^7.5.2",
    "@commitlint/config-conventional": "^7.5.0",
    "@types/gulp": "^4.0.6",
    "@types/jest": "^24.0.11",
    "babel-eslint": "^10.0.1",
    "commitlint": "^7.5.2",
    "eslint": "^5.15.1",
    "gulp": "^4.0.0",
    "husky": "^1.3.1",
    "jest": "^24.5.0",
    "ts-jest": "^24.0.0",
    "tslint": "^5.13.1",
    "tslint-config-euclid": "^1.1.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.3.3333",
    "typescript-tslint-plugin": "^0.3.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/dbpiper/terminal-spawn#readme",
  "husky": {
    "hooks": {
      "commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "npm run preCommit",
      "pre-push": "npm run preCommit"
    }
  },
  "keywords": [
    "spawn",
    "terminal",
    "run",
    "command"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "terminal-spawn",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dbpiper/terminal-spawn.git"
  },
  "scripts": {
    "build": "npx gulp build",
    "lint": "npx gulp lint",
    "preCommit": "npx gulp preCommit",
    "prepublishOnly": "npm run build"
  },
  "types": "lib/index.d.ts",
  "version": "2.0.3",
  "dependencies": {
    "@types/node": "^11.11.3"
  }
}
