{ "name": "libnpmversion", "version": "2.0.2", "main": "lib/index.js", "files": [ "bin", "lib" ], "description": "library to do the things that 'npm version' does", "repository": { "type": "git", "url": "git+https://github.com/npm/libnpmversion" }, "author": "GitHub Inc.", "license": "ISC", "scripts": { "lint": "eslint '**/*.js'", "test": "tap", "posttest": "npm run lint", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags", "postlint": "npm-template-check", "lintfix": "npm run lint -- --fix" }, "tap": { "coverage-map": "map.js", "check-coverage": true }, "devDependencies": { "@npmcli/template-oss": "^2.4.2", "require-inject": "^1.4.4", "tap": "^15" }, "dependencies": { "@npmcli/git": "^3.0.0", "@npmcli/run-script": "^2.0.0", "json-parse-even-better-errors": "^2.3.1", "proc-log": "^2.0.0", "semver": "^7.3.5", "stringify-package": "^1.0.1" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16" }, "templateOSS": { "version": "2.4.3" } }