1{ 2 "name": "@npmcli/config", 3 "version": "8.2.0", 4 "files": [ 5 "bin/", 6 "lib/" 7 ], 8 "main": "lib/index.js", 9 "description": "Configuration management for the npm cli", 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/npm/cli.git", 13 "directory": "workspaces/config" 14 }, 15 "author": "GitHub Inc.", 16 "license": "ISC", 17 "scripts": { 18 "test": "tap", 19 "snap": "tap", 20 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 21 "postlint": "template-oss-check", 22 "lintfix": "npm run lint -- --fix", 23 "posttest": "npm run lint", 24 "template-oss-apply": "template-oss-apply --force" 25 }, 26 "tap": { 27 "nyc-arg": [ 28 "--exclude", 29 "tap-snapshots/**" 30 ] 31 }, 32 "devDependencies": { 33 "@npmcli/eslint-config": "^4.0.0", 34 "@npmcli/mock-globals": "^1.0.0", 35 "@npmcli/template-oss": "4.21.3", 36 "tap": "^16.3.8" 37 }, 38 "dependencies": { 39 "@npmcli/map-workspaces": "^3.0.2", 40 "ci-info": "^4.0.0", 41 "ini": "^4.1.0", 42 "nopt": "^7.0.0", 43 "proc-log": "^3.0.0", 44 "read-package-json-fast": "^3.0.2", 45 "semver": "^7.3.5", 46 "walk-up-path": "^3.0.1" 47 }, 48 "engines": { 49 "node": "^16.14.0 || >=18.0.0" 50 }, 51 "templateOSS": { 52 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 53 "version": "4.21.3", 54 "content": "../../scripts/template-oss/index.js" 55 } 56} 57