1{ 2 "name": "libnpmversion", 3 "version": "5.0.2", 4 "main": "lib/index.js", 5 "files": [ 6 "bin/", 7 "lib/" 8 ], 9 "description": "library to do the things that 'npm version' does", 10 "repository": { 11 "type": "git", 12 "url": "https://github.com/npm/cli.git", 13 "directory": "workspaces/libnpmversion" 14 }, 15 "author": "GitHub Inc.", 16 "license": "ISC", 17 "scripts": { 18 "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", 19 "test": "tap", 20 "posttest": "npm run lint", 21 "snap": "tap", 22 "postlint": "template-oss-check", 23 "lintfix": "npm run lint -- --fix", 24 "template-oss-apply": "template-oss-apply --force" 25 }, 26 "tap": { 27 "coverage-map": "map.js", 28 "nyc-arg": [ 29 "--exclude", 30 "tap-snapshots/**" 31 ] 32 }, 33 "devDependencies": { 34 "@npmcli/eslint-config": "^4.0.0", 35 "@npmcli/template-oss": "4.21.3", 36 "require-inject": "^1.4.4", 37 "tap": "^16.3.8" 38 }, 39 "dependencies": { 40 "@npmcli/git": "^5.0.3", 41 "@npmcli/run-script": "^7.0.2", 42 "json-parse-even-better-errors": "^3.0.0", 43 "proc-log": "^3.0.0", 44 "semver": "^7.3.7" 45 }, 46 "engines": { 47 "node": "^16.14.0 || >=18.0.0" 48 }, 49 "templateOSS": { 50 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 51 "version": "4.21.3", 52 "content": "../../scripts/template-oss/index.js" 53 } 54} 55