53 lines
1.1 KiB
JSON
53 lines
1.1 KiB
JSON
{
|
|
"name": "bare-addon-resolve",
|
|
"version": "1.10.0",
|
|
"description": "Low-level addon 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-addon-resolve.git"
|
|
},
|
|
"author": "Holepunch",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/holepunchto/bare-addon-resolve/issues"
|
|
},
|
|
"homepage": "https://github.com/holepunchto/bare-addon-resolve#readme",
|
|
"dependencies": {
|
|
"bare-module-resolve": "^1.10.0",
|
|
"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
|
|
}
|
|
}
|
|
}
|