{
  "name": "@getvim/execute",
  "version": "1.0.0",
  "description": "Extremely opinionated Bash execution from Node.js",
  "main": "built/index.js",
  "types": "built/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha ./tests/*",
    "clean": "rm -rf ./built/"
  },
  "files": [
    "built/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bookmd/execute.git"
  },
  "keywords": [
    "Bash",
    "Shell",
    "Process"
  ],
  "author": "Yuval Peled",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bookmd/execute/issues"
  },
  "homepage": "https://github.com/bookmd/execute#readme",
  "devDependencies": {
    "@types/node": "^12.12.14",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^6.2.2",
    "typescript": "^3.7.2"
  }
}
