{
  "name": "vulnerability-notifications",
  "version": "2.5.0",
  "description": "Attempt to update npm packages marked by github as vulnerable",
  "main": "index.mjs",
  "scripts": {
    "cli": "cli.mjs",
    "index": "node --experimental-modules index.mjs",
    "test": "node --experimental-modules test.mjs",
    "save": "git add .; git commit -m 'New Release'; git push; npm version patch; npm publish; git push;"
  },
  "keywords": [
    "fantasyui-com",
    "vulnerability",
    "notifications",
    "update",
    "npm",
    "packages"
  ],
  "author": "fantasyui.com <fantasyui.com@gmail.com>",
  "license": "GPL-3.0-or-later",
  "dependencies": {
    "commander": "^2.20.0"
  },
  "bin": {
    "vulnerability-notifications": "node --experimental-modules cli.mjs"
  }
}
