e022423bad
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.2 KiB
JSON
58 lines
1.2 KiB
JSON
{
|
|
"name": "@wxt-dev/module-vue",
|
|
"description": "WXT module to enable Vue support",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wxt-dev/wxt.git",
|
|
"directory": "packages/module-vue"
|
|
},
|
|
"homepage": "https://github.com/wxt-dev/wxt/blob/main/packages/module-vue/README.md",
|
|
"keywords": [
|
|
"wxt",
|
|
"module",
|
|
"vue"
|
|
],
|
|
"author": {
|
|
"name": "Aaron Klinker",
|
|
"email": "aaronklinker1+wxt@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"version": "1.0.1",
|
|
"type": "module",
|
|
"main": "./dist/index.cjs",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "buildc -- unbuild",
|
|
"check": "pnpm build && check"
|
|
},
|
|
"peerDependencies": {
|
|
"wxt": ">=0.18.6"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-vue": "^5.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@aklinker1/check": "^1.4.5",
|
|
"publint": "^0.2.9",
|
|
"typescript": "^5.5.4",
|
|
"unbuild": "^2.0.0",
|
|
"wxt": "workspace:*"
|
|
}
|
|
}
|