{
  "name": "shelljs-exec-proxy",
  "version": "0.2.1",
  "description": "Unlimited shelljs commands with ES6 proxies",
  "main": "index.js",
  "scripts": {
    "posttest": "npm run lint",
    "test": "nyc --reporter=text --reporter=lcov mocha",
    "lint": "eslint .",
    "changelog": "shelljs-changelog",
    "codecov": "codecov",
    "release:major": "shelljs-release major",
    "release:minor": "shelljs-release minor",
    "release:patch": "shelljs-release patch"
  },
  "keywords": [
    "shelljs",
    "exec",
    "proxy",
    "es6",
    "git"
  ],
  "author": "Nate Fischer <ntfschr@gmail.com> (https://github.com/nfischer)",
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/nfischer/shelljs-exec-proxy.git"
  },
  "dependencies": {
    "shelljs": "^0.8.5"
  },
  "files": [
    "index.js",
    "common.js"
  ],
  "devDependencies": {
    "codecov": "^3.8.1",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.3",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "shelljs-changelog": "^0.2.6",
    "shelljs-release": "^0.5.1",
    "should": "^13.2.3"
  }
}
