1{ 2 "name": "libnpmorg", 3 "version": "5.0.4", 4 "description": "Programmatic api for `npm org` commands", 5 "author": "GitHub Inc.", 6 "main": "lib/index.js", 7 "keywords": [ 8 "libnpm", 9 "npm", 10 "package manager", 11 "api", 12 "orgs", 13 "teams" 14 ], 15 "license": "ISC", 16 "scripts": { 17 "lint": "eslint \"**/*.js\"", 18 "test": "tap", 19 "posttest": "node ../.. run lint", 20 "postlint": "template-oss-check", 21 "lintfix": "node ../.. run lint -- --fix", 22 "snap": "tap", 23 "template-oss-apply": "template-oss-apply --force" 24 }, 25 "files": [ 26 "bin/", 27 "lib/" 28 ], 29 "devDependencies": { 30 "@npmcli/eslint-config": "^4.0.0", 31 "@npmcli/template-oss": "4.18.0", 32 "minipass": "^5.0.0", 33 "nock": "^13.3.0", 34 "tap": "^16.3.4" 35 }, 36 "repository": { 37 "type": "git", 38 "url": "https://github.com/npm/cli.git", 39 "directory": "workspaces/libnpmorg" 40 }, 41 "bugs": "https://github.com/npm/libnpmorg/issues", 42 "homepage": "https://npmjs.com/package/libnpmorg", 43 "dependencies": { 44 "aproba": "^2.0.0", 45 "npm-registry-fetch": "^14.0.3" 46 }, 47 "engines": { 48 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 49 }, 50 "templateOSS": { 51 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 52 "version": "4.18.0", 53 "content": "../../scripts/template-oss/index.js" 54 }, 55 "tap": { 56 "nyc-arg": [ 57 "--exclude", 58 "tap-snapshots/**" 59 ] 60 } 61} 62