Files
wxt/packages/unocss/package.json
T
github-actions[bot] 4e5fb7745a
📼 VHS / Create VHS (push) Cancelled after 0s
chore(release): @wxt-dev/unocss v1.0.1
2025-03-09 13:46:17 +00:00

56 lines
1.1 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.ts",
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"files": [
"dist"
],
"scripts": {
"build": "buildc -- unbuild",
"check": "buildc --deps-only -- check"
},
"peerDependencies": {
"unocss": ">=0.60.0",
"wxt": ">=0.19.0"
},
"devDependencies": {
"@aklinker1/check": "catalog:",
"oxlint": "catalog:",
"publint": "catalog:",
"typescript": "catalog:",
"unbuild": "catalog:",
"unocss": "catalog:",
"wxt": "workspace:*"
},
"dependencies": {
"defu": "catalog:",
"fast-glob": "catalog:"
}
}