mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
22 lines
485 B
JSON
22 lines
485 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"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"typescript": "^5.3.3",
|
||
|
"wxt": "^0.17.0"
|
||
|
}
|
||
|
}
|