{
  "name": "libnpmpublish",
  "version": "1.1.3",
  "description": "Programmatic API for the bits behind npm publish and unpublish",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech",
    "twitter": "maybekatz"
  },
  "license": "ISC",
  "scripts": {
    "prerelease": "npm t",
    "release": "standard-version -s",
    "postrelease": "npm publish && git push --follow-tags",
    "pretest": "standard",
    "test": "tap -J --100 test/*.js",
    "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
    "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  },
  "devDependencies": {
    "bluebird": "^3.5.1",
    "nock": "^9.6.1",
    "standard": "^12.0.1",
    "standard-version": "^7.0.0",
    "tap": "^12.7.0",
    "tar-stream": "^1.6.1",
    "weallbehave": "*",
    "weallcontribute": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/libnpmpublish.git"
  },
  "bugs": "https://github.com/npm/libnpmpublish/issues",
  "homepage": "https://npmjs.com/package/libnpmpublish",
  "dependencies": {
    "aproba": "^2.0.0",
    "figgy-pudding": "^3.5.1",
    "get-stream": "^4.0.0",
    "lodash.clonedeep": "^4.5.0",
    "normalize-package-data": "^2.4.0",
    "npm-package-arg": "^6.1.0",
    "npm-registry-fetch": "^4.0.0",
    "semver": "^5.5.1",
    "ssri": "^6.0.1"
  }
}
