UNPKG

npm

Version:

a package manager for JavaScript

38 lines (37 loc) 884 B
{ "name": "libnpmversion", "version": "1.1.0", "main": "lib/index.js", "files": [ "lib/*.js" ], "description": "library to do the things that 'npm version' does", "repository": { "type": "git", "url": "git+https://github.com/npm/libnpmversion" }, "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)", "license": "ISC", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "prepublishOnly": "git push origin --follow-tags" }, "tap": { "coverage-map": "map.js", "check-coverage": true }, "devDependencies": { "require-inject": "^1.4.4", "tap": "^14.11.0" }, "dependencies": { "@npmcli/git": "^2.0.6", "@npmcli/run-script": "^1.8.3", "json-parse-even-better-errors": "^2.3.1", "semver": "^7.3.4", "stringify-package": "^1.0.1" } }