{
  "name": "latest-package-version",
  "version": "1.0.3",
  "description": "Get latest npm package version for list of packages in a json object format",
  "main": "lib/index.js",
  "homepage": "https://github.com/patelvimal/latest-package-version",
  "bugs": "https://github.com/patelvimal/latest-package-version/issues",
  "scripts": {
    "build": "rollup -c",
    "example": "ts-node example/main.ts",
    "postbuild": "uglifyjs -mc -o lib/index.js lib/index.js"
  },
  "files": [
    "lib",
    "package.json"
  ],
  "author": {
    "name": "Vimal Patel",
    "email": "vimal.patel.nvs@gmail.com",
    "url": "https://github.com/patelvimal/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/patelvimal/latest-package-version.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^14.14.31",
    "rollup": "^2.40.0",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.2",
    "uglify-js": "^3.12.8"
  },
  "dependencies": {},
  "keywords": [
    "info",
    "npm",
    "package",
    "package.json",
    "current",
    "module",
    "npm",
    "version",
    "author"
  ]
}
