{
  "name": "automatic-updates",
  "version": "1.0.4",
  "description": "Tools to automatically update nodejs programs installed as modules from npm/github.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/csymapp/automatic-updates.git"
  },
  "keywords": [
    "scheduled",
    "updates"
  ],
  "author": "Brian Onang'o",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/csymapp/automatic-updates/issues"
  },
  "homepage": "https://github.com/csymapp/automatic-updates#readme",
  "dependencies": {
    "etc": "^1.1.0",
    "mocha": "^8.3.0",
    "node-etc": "^1.1.3",
    "shelljs": "^0.8.4"
  }
}
