관리-도구
편집 파일: package.json
{ "name": "libnpmorg", "version": "5.0.3", "description": "Programmatic api for `npm org` commands", "author": "GitHub Inc.", "main": "lib/index.js", "keywords": [ "libnpm", "npm", "package manager", "api", "orgs", "teams" ], "license": "ISC", "scripts": { "lint": "eslint \"**/*.js\"", "test": "tap", "posttest": "node ../.. run lint", "postlint": "template-oss-check", "lintfix": "node ../.. run lint -- --fix", "snap": "tap", "template-oss-apply": "template-oss-apply --force" }, "files": [ "bin/", "lib/" ], "devDependencies": { "@npmcli/eslint-config": "^4.0.0", "@npmcli/template-oss": "4.12.1", "minipass": "^4.0.2", "nock": "^13.3.0", "tap": "^16.3.4" }, "repository": { "type": "git", "url": "https://github.com/npm/cli.git", "directory": "workspaces/libnpmorg" }, "bugs": "https://github.com/npm/libnpmorg/issues", "homepage": "https://npmjs.com/package/libnpmorg", "dependencies": { "aproba": "^2.0.0", "npm-registry-fetch": "^14.0.3" }, "engines": { "node": "^14.17.0 || ^16.13.0 || >=18.0.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "4.12.1", "content": "../../scripts/template-oss/index.js" }, "tap": { "nyc-arg": [ "--exclude", "tap-snapshots/**" ] } }