{
  "name": "latest-versions",
  "description": "Get the latest versions of given npm packages",
  "main": "index.js",
  "bin": "cli.js",
  "scripts": {
    "pretest": "standard",
    "test": "echo the grass so little has to do",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "author": "Tom Vincent <npm@tlvince.com> (https://tlvince.com/)",
  "license": "MIT",
  "dependencies": {
    "got": "^4.2.0"
  },
  "devDependencies": {
    "standard": "^5.3.1",
    "semantic-release": "^4.3.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tlvince/latest-versions.git"
  },
  "keywords": [
    "latest",
    "version",
    "npm",
    "package",
    "numbers",
    "dist-tag"
  ],
  "bugs": {
    "url": "https://github.com/tlvince/latest-versions/issues"
  },
  "homepage": "https://github.com/tlvince/latest-versions#readme",
  "version": "1.0.1"
}