{ "name": "bare-module-resolve", "version": "1.12.1", "description": "Low-level module resolution algorithm for Bare", "exports": { "./package": "./package.json", ".": { "types": "./index.d.ts", "default": "./index.js" }, "./errors": { "types": "./lib/errors.d.ts", "default": "./lib/errors.js" } }, "files": [ "index.js", "index.d.ts", "lib" ], "scripts": { "test": "prettier . --check && bare test.js" }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/bare-module-resolve.git" }, "author": "Holepunch", "license": "Apache-2.0", "bugs": { "url": "https://github.com/holepunchto/bare-module-resolve/issues" }, "homepage": "https://github.com/holepunchto/bare-module-resolve#readme", "dependencies": { "bare-semver": "^1.0.0" }, "devDependencies": { "bare-url": "^2.1.3", "brittle": "^3.2.1", "prettier": "^3.3.3", "prettier-config-holepunch": "^2.0.0" }, "peerDependencies": { "bare-url": "*" }, "peerDependenciesMeta": { "bare-url": { "optional": true } } }