{ "name": "libnpmorg", "version": "2.0.2", "description": "Programmatic api for `npm org` commands", "author": "Kat Marchán ", "keywords": [ "libnpm", "npm", "package manager", "api", "orgs", "teams" ], "license": "ISC", "scripts": { "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "lint": "standard", "test": "tap", "posttest": "npm run lint" }, "files": [ "index.js" ], "tap": { "check-coverage": true }, "devDependencies": { "minipass": "^3.1.1", "nock": "^12.0.1", "standard": "^14.3.1", "tap": "^14.10.6" }, "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", "npm-registry-fetch": "^10.0.0" }, "engines": { "node": ">=10" } }