{ "name": "libnpmteam", "description": "npm Team management APIs", "version": "2.0.2", "author": "Kat Marchán ", "license": "ISC", "scripts": { "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "lint": "standard", "test": "tap", "posttest": "npm run lint" }, "devDependencies": { "nock": "^12.0.1", "standard": "^14.3.1", "tap": "^14.10.6" }, "repository": { "type": "git", "url": "https://github.com/npm/libnpmteam.git" }, "files": [ "index.js" ], "homepage": "https://npmjs.com/package/libnpmteam", "dependencies": { "aproba": "^2.0.0", "npm-registry-fetch": "^9.0.0" }, "engines": { "node": ">=10" }, "tap": { "check-coverage": true } }