{ "name": "@pnpm/engine.runtime.bun-resolver", "version": "1002.0.1", "description": "Resolves the Bun runtime", "keywords": [ "pnpm", "pnpm11", "bun", "runtime" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/engine/runtime/bun-resolver", "homepage": "https://github.com/pnpm/pnpm/tree/main/engine/runtime/bun-resolver#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "scripts": { "lint": "eslint \"src/**/*.ts\"", "test": "pnpm run compile", "prepublishOnly": "pnpm run compile", "compile": "tsgo --build && pnpm run lint --fix" }, "dependencies": { "@pnpm/crypto.shasums-file": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/fetching.binary-fetcher": "workspace:*", "@pnpm/fetching.fetcher-base": "workspace:*", "@pnpm/fetching.types": "workspace:*", "@pnpm/resolving.npm-resolver": "workspace:*", "@pnpm/resolving.resolver-base": "workspace:*", "@pnpm/types": "workspace:*", "@pnpm/util.lex-comparator": "catalog:", "semver": "catalog:" }, "peerDependencies": { "@pnpm/worker": "workspace:^" }, "devDependencies": { "@pnpm/engine.runtime.bun-resolver": "workspace:*", "@types/semver": "catalog:" }, "engines": { "node": ">=22.13" }, "jest": { "preset": "@pnpm/jest-config" } }