Files
wxt/templates/solid/package.json
T
github-actions[bot] 65fc0fadb3
📼 VHS / Create VHS (push) Waiting to run
chore(release): wxt v0.20.20
2026-03-17 13:21:45 +00:00

26 lines
582 B
JSON
Vendored

{
"name": "wxt-solid-starter",
"description": "manifest.json description",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"solid-js": "^1.9.11"
},
"devDependencies": {
"@wxt-dev/module-solid": "^1.1.4",
"typescript": "^5.9.3",
"wxt": "^0.20.20"
}
}