1{ 2 "name": "libnpmorg", 3 "version": "6.0.2", 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,cjs,ts,mjs,jsx,tsx}\"", 18 "test": "tap", 19 "posttest": "npm run lint", 20 "postlint": "template-oss-check", 21 "lintfix": "npm 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.21.3", 32 "minipass": "^7.0.4", 33 "nock": "^13.3.3", 34 "tap": "^16.3.8" 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": "^16.0.0" 46 }, 47 "engines": { 48 "node": "^16.14.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.21.3", 53 "content": "../../scripts/template-oss/index.js" 54 }, 55 "tap": { 56 "nyc-arg": [ 57 "--exclude", 58 "tap-snapshots/**" 59 ] 60 } 61} 62