26 lines
576 B
JSON
26 lines
576 B
JSON
{
|
|
"name": "wxt-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.8.17"
|
|
},
|
|
"devDependencies": {
|
|
"@wxt-dev/module-solid": "^1.0.1",
|
|
"typescript": "^5.5.2",
|
|
"wxt": "^0.18.10"
|
|
}
|
|
}
|