60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"name": "@wxt-dev/webextension-polyfill",
|
|
"description": "Use webextension-polyfill with WXT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wxt-dev/wxt.git",
|
|
"directory": "packages/webextension-polyfill"
|
|
},
|
|
"homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/webextension-polyfill/README.md",
|
|
"keywords": [
|
|
"wxt",
|
|
"module",
|
|
"webextension-polyfill"
|
|
],
|
|
"author": {
|
|
"name": "Aaron Klinker",
|
|
"email": "aaronklinker1+wxt@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./browser": {
|
|
"types": "./dist/browser.d.mts",
|
|
"default": "./dist/browser.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"check": "bun run build && check",
|
|
"build": "buildc -- tsdown",
|
|
"postinstall": "buildc --deps-only -- wxt prepare",
|
|
"test": "echo 'noop'",
|
|
"test:coverage": "echo 'noop'",
|
|
"prepack": "bun run build"
|
|
},
|
|
"peerDependencies": {
|
|
"webextension-polyfill": "*",
|
|
"wxt": ">=0.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@aklinker1/buildc": "catalog:",
|
|
"@types/webextension-polyfill": "^0.12.5",
|
|
"publint": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"webextension-polyfill": "^0.12.0",
|
|
"wxt": "workspace:*"
|
|
}
|
|
}
|