{
  "name": "libnpmorg",
  "version": "1.0.1",
  "description": "Programmatic api for `npm org` commands",
  "author": {
    "name": "Kat Marchán",
    "email": "kzm@zkat.tech",
    "twitter": "maybekatz"
  },
  "keywords": [
    "libnpm",
    "npm",
    "package manager",
    "api",
    "orgs",
    "teams"
  ],
  "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": {
    "nock": "^9.6.1",
    "standard": "^12.0.0",
    "standard-version": "*",
    "tap": "*",
    "weallbehave": "*",
    "weallcontribute": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/libnpmorg.git"
  },
  "bugs": "https://github.com/npm/libnpmorg/issues",
  "homepage": "https://npmjs.com/package/libnpmorg",
  "dependencies": {
    "aproba": "^2.0.0",
    "figgy-pudding": "^3.4.1",
    "get-stream": "^4.0.0",
    "npm-registry-fetch": "^4.0.0"
  }
}
