okunishinishi/node-execcli

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "execcli",
  "version": "5.0.7",
  "description": "Execute CLI command on sub process.",
  "main": "lib",
  "scripts": {
    "test": "node ./ci/test.js",
    "prepare": "node ./ci/build.js && node ./ci/shim.js"
  },
  "repository": "okunishinishi/node-execcli",
  "keywords": [
    "CLI",
    "child_process",
    "command",
    "exec"
  ],
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/okunishinishi/node-execcli/issues"
  },
  "homepage": "https://github.com/okunishinishi/node-execcli#readme",
  "dependencies": {
    "argx": "^4.0.0",
    "arrayreduce": "^2.1.0",
    "findout": "^3.0.2",
    "hasbin": "^1.2.3",
    "stringcase": "^4.3.0"
  },
  "devDependencies": {
    "@babel/runtime": "^7.3.1",
    "ababel": "^5.0.10",
    "amocha": "^5.0.1",
    "ape-releasing": "^5.0.2",
    "ape-tasking": "^4.0.11",
    "ape-tmpl": "^6.0.12",
    "ape-updating": "^5.0.2",
    "coz": "^7.0.10"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=4"
  }
}