156 lines
3.9 KiB
JSON
156 lines
3.9 KiB
JSON
{
|
|
"name": "wxt",
|
|
"type": "module",
|
|
"version": "0.19.1-alpha3",
|
|
"description": "Next gen framework for developing web extensions",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/wxt-dev/wxt"
|
|
},
|
|
"homepage": "https://wxt.dev",
|
|
"keywords": [
|
|
"vite",
|
|
"chrome",
|
|
"web",
|
|
"extension",
|
|
"browser",
|
|
"bundler",
|
|
"framework"
|
|
],
|
|
"author": {
|
|
"name": "Aaron Klinker",
|
|
"email": "aaronklinker1+wxt@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"files": [
|
|
"bin",
|
|
"dist"
|
|
],
|
|
"bin": {
|
|
"wxt": "./bin/wxt.mjs",
|
|
"wxt-publish-extension": "./bin/wxt-publish-extension.cjs"
|
|
},
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./client": {
|
|
"types": "./dist/client/index.d.ts",
|
|
"default": "./dist/client/index.mjs"
|
|
},
|
|
"./sandbox": {
|
|
"types": "./dist/sandbox/index.d.ts",
|
|
"default": "./dist/sandbox/index.mjs"
|
|
},
|
|
"./browser": {
|
|
"types": "./dist/browser/index.d.ts",
|
|
"default": "./dist/browser/index.mjs"
|
|
},
|
|
"./browser/chrome": {
|
|
"types": "./dist/browser/chrome.d.ts",
|
|
"import": "./dist/browser/chrome.mjs"
|
|
},
|
|
"./testing": {
|
|
"types": "./dist/testing/index.d.ts",
|
|
"default": "./dist/testing/index.mjs"
|
|
},
|
|
"./storage": {
|
|
"types": "./dist/storage.d.ts",
|
|
"default": "./dist/storage.mjs"
|
|
},
|
|
"./vite-builder-env": {
|
|
"types": "./dist/vite-builder-env.d.ts"
|
|
},
|
|
"./modules": {
|
|
"types": "./dist/modules.d.ts",
|
|
"default": "./dist/modules.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"wxt": "tsx src/cli/index.ts",
|
|
"build": "buildc -- unbuild",
|
|
"check": "buildc --deps-only -- run-s -c check:*",
|
|
"check:default": "check",
|
|
"check:tsc-virtual": "tsc --noEmit -p src/virtual",
|
|
"test": "buildc --deps-only -- vitest",
|
|
"test:coverage": "pnpm test -- run --coverage",
|
|
"sync-releases": "pnpx changelogen@latest gh release",
|
|
"prepack": "pnpm build"
|
|
},
|
|
"dependencies": {
|
|
"@aklinker1/rollup-plugin-visualizer": "5.12.0",
|
|
"@types/webextension-polyfill": "^0.10.7",
|
|
"@webext-core/fake-browser": "^1.3.1",
|
|
"@webext-core/isolated-element": "^1.1.2",
|
|
"@webext-core/match-patterns": "^1.0.3",
|
|
"async-mutex": "^0.5.0",
|
|
"c12": "^1.11.1",
|
|
"cac": "^6.7.14",
|
|
"chokidar": "^3.6.0",
|
|
"ci-info": "^4.0.0",
|
|
"defu": "^6.1.4",
|
|
"dequal": "^2.0.3",
|
|
"esbuild": "^0.23.0",
|
|
"fast-glob": "^3.3.2",
|
|
"filesize": "^10.1.4",
|
|
"fs-extra": "^11.2.0",
|
|
"get-port": "^7.1.0",
|
|
"giget": "^1.2.3",
|
|
"hookable": "^5.5.3",
|
|
"is-wsl": "^3.1.0",
|
|
"jiti": "^1.21.6",
|
|
"json5": "^2.2.3",
|
|
"jszip": "^3.10.1",
|
|
"linkedom": "^0.18.4",
|
|
"magicast": "^0.3.4",
|
|
"minimatch": "^10.0.1",
|
|
"natural-compare": "^1.4.0",
|
|
"normalize-path": "^3.0.0",
|
|
"nypm": "^0.3.9",
|
|
"ohash": "^1.1.3",
|
|
"open": "^10.1.0",
|
|
"ora": "^8.0.1",
|
|
"picocolors": "^1.0.1",
|
|
"prompts": "^2.4.2",
|
|
"publish-browser-extension": "^2.1.3",
|
|
"unimport": "^3.9.0",
|
|
"vite": "^5.3.4",
|
|
"vite-node": "^2.0.0",
|
|
"web-ext-run": "^0.2.1",
|
|
"webextension-polyfill": "^0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@aklinker1/check": "^1.3.1",
|
|
"@faker-js/faker": "^8.4.1",
|
|
"@types/chrome": "^0.0.268",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/lodash.merge": "^4.6.9",
|
|
"@types/natural-compare": "^1.4.3",
|
|
"@types/node": "^20.14.11",
|
|
"@types/normalize-path": "^3.0.2",
|
|
"@types/prompts": "^2.4.9",
|
|
"execa": "^9.3.0",
|
|
"extract-zip": "^2.0.1",
|
|
"happy-dom": "^14.12.3",
|
|
"lodash.merge": "^4.6.2",
|
|
"p-map": "^7.0.2",
|
|
"publint": "^0.2.9",
|
|
"tsx": "4.15.7",
|
|
"typescript": "^5.5.3",
|
|
"unbuild": "^2.0.0",
|
|
"vitest": "^2.0.3",
|
|
"vitest-plugin-random-seed": "^1.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/chrome": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/chrome": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|