UNPKG

npm-min-peer

Version:

Get minimum version required by a peerDependency

48 lines (47 loc) 961 B
{ "name": "npm-min-peer", "version": "5.1.0", "description": "Get minimum version required by a peerDependency", "keywords": [ "ci", "matrix", "peerDependency", "npm" ], "homepage": "https://github.com/ext/npm-min-peer", "bugs": { "url": "https://github.com/ext/npm-min-peer/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ext/npm-min-peer.git" }, "funding": { "type": "individual", "url": "https://github.com/sponsors/ext" }, "license": "MIT", "author": "David Sveningsson <ext@sidvind.com>", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs" } }, "main": "dist/index.mjs", "bin": { "npm-min-peer": "bin/index.mjs" }, "files": [ "bin", "dist" ], "engines": { "node": "^22.16.0 || >= 24.0.0" }, "publishConfig": { "access": "public", "provenance": true } }