mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
21 lines
485 B
JSON
21 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"
|
|
}
|
|
}
|