ape-repo/ape-updating

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ape-updating",
  "version": "5.0.4",
  "description": "Dependency updating utility.",
  "browser": false,
  "main": "lib",
  "scripts": {
    "test": "node ./ci/test.js",
    "prepare": "node ./ci/build.js"
  },
  "repository": "ape-repo/ape-updating",
  "keywords": [
    "ape",
    "updating"
  ],
  "author": {
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ape-repo/ape-updating/issues"
  },
  "homepage": "https://github.com/ape-repo/ape-updating#readme",
  "dependencies": {
    "argx": "^4.0.0",
    "colorprint": "^5.0.0",
    "execcli": "^5.0.6",
    "stringcase": "^4.3.0"
  },
  "devDependencies": {
    "ape-covering": "^3.0.4",
    "ape-releasing": "^5.0.4",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^4.0.11",
    "ape-testing": "^4.0.2",
    "ape-tmpl": "^6.0.13",
    "co": "^4.6.0",
    "coz": "^7.0.14"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  }
}