1{ 2 "name": "libnpmteam", 3 "description": "npm Team management APIs", 4 "version": "6.0.1", 5 "author": "GitHub Inc.", 6 "license": "ISC", 7 "main": "lib/index.js", 8 "scripts": { 9 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 10 "test": "tap", 11 "posttest": "npm run lint", 12 "postlint": "template-oss-check", 13 "lintfix": "npm run lint -- --fix", 14 "snap": "tap", 15 "template-oss-apply": "template-oss-apply --force" 16 }, 17 "devDependencies": { 18 "@npmcli/eslint-config": "^4.0.0", 19 "@npmcli/template-oss": "4.21.3", 20 "nock": "^13.3.3", 21 "tap": "^16.3.8" 22 }, 23 "repository": { 24 "type": "git", 25 "url": "https://github.com/npm/cli.git", 26 "directory": "workspaces/libnpmteam" 27 }, 28 "files": [ 29 "bin/", 30 "lib/" 31 ], 32 "homepage": "https://npmjs.com/package/libnpmteam", 33 "dependencies": { 34 "aproba": "^2.0.0", 35 "npm-registry-fetch": "^16.0.0" 36 }, 37 "engines": { 38 "node": "^16.14.0 || >=18.0.0" 39 }, 40 "templateOSS": { 41 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 42 "version": "4.21.3", 43 "content": "../../scripts/template-oss/index.js" 44 }, 45 "tap": { 46 "nyc-arg": [ 47 "--exclude", 48 "tap-snapshots/**" 49 ] 50 } 51} 52