{
  "name": "lock-verify",
  "version": "2.2.1",
  "description": "Report if your package.json is out of sync with your package-lock.json.",
  "main": "index.js",
  "bin": "cli.js",
  "author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
  "license": "ISC",
  "dependencies": {
    "npm-package-arg": "^6.1.0",
    "semver": "^5.4.1",
    "@iarna/cli": "^1.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iarna/lock-verify.git"
  },
  "bugs": {
    "url": "https://github.com/iarna/lock-verify/issues"
  },
  "homepage": "https://github.com/iarna/lock-verify#readme",
  "files": [
    "index.js",
    "cli.js"
  ]
}
