d517e9a0b9
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "@wxt-dev/unocss",
|
|
"description": "UnoCSS integration for WXT",
|
|
"version": "1.0.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wxt-dev/wxt.git",
|
|
"directory": "packages/unocss"
|
|
},
|
|
"homepage": "http://wxt.dev/guide/unocss.html",
|
|
"keywords": [
|
|
"wxt",
|
|
"module",
|
|
"unocss",
|
|
"css"
|
|
],
|
|
"author": {
|
|
"name": "Florian Metz",
|
|
"email": "me@timeraa.dev"
|
|
},
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "buildc -- tsdown",
|
|
"check": "buildc --deps-only -- check",
|
|
"test": "echo 'noop'",
|
|
"test:coverage": "echo 'noop'",
|
|
"prepack": "bun run build"
|
|
},
|
|
"peerDependencies": {
|
|
"unocss": ">=0.60.0",
|
|
"wxt": ">=0.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"@aklinker1/buildc": "catalog:",
|
|
"oxlint": "catalog:",
|
|
"publint": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"typescript": "catalog:",
|
|
"unocss": "catalog:",
|
|
"wxt": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"defu": "^6.1.4",
|
|
"tinyglobby": "^0.2.16"
|
|
}
|
|
}
|