{
  "name": "libnpm",
  "version": "3.0.1",
  "description": "Collection of programmatic APIs for the npm CLI",
  "main": "index.js",
  "files": [
    "*.js",
    "lib"
  ],
  "scripts": {
    "prerelease": "npm t",
    "postrelease": "npm publish && git push --follow-tags",
    "pretest": "standard",
    "release": "standard-version -s",
    "test": "tap -J --coverage 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'"
  },
  "repository": "https://github.com/npm/libnpm",
  "keywords": [
    "npm",
    "api",
    "package manager",
    "lib"
  ],
  "author": "Kat Marchán <kzm@zkat.tech>",
  "license": "ISC",
  "dependencies": {
    "bin-links": "^1.1.2",
    "bluebird": "^3.5.3",
    "find-npm-prefix": "^1.0.2",
    "libnpmaccess": "^3.0.2",
    "libnpmconfig": "^1.2.1",
    "libnpmhook": "^5.0.3",
    "libnpmorg": "^1.0.1",
    "libnpmpublish": "^1.1.2",
    "libnpmsearch": "^2.0.2",
    "libnpmteam": "^1.0.2",
    "lock-verify": "^2.0.2",
    "npm-lifecycle": "^3.0.0",
    "npm-logical-tree": "^1.2.1",
    "npm-package-arg": "^6.1.0",
    "npm-profile": "^4.0.2",
    "npm-registry-fetch": "^4.0.0",
    "npmlog": "^4.1.2",
    "pacote": "^9.5.3",
    "read-package-json": "^2.0.13",
    "stringify-package": "^1.0.0"
  },
  "devDependencies": {
    "nock": "^9.2.3",
    "standard": "^11.0.1",
    "standard-version": "^4.3.0",
    "tap": "^12.0.1",
    "weallbehave": "^1.2.0",
    "weallcontribute": "^1.0.8"
  }
}
