Files
wxt/demo/package.json
T
Aaron Klinker 24a561e97e Initial commit
Bootstraped:
- CLI script
- JS API
- Test extension
- Config files
2023-06-25 10:53:35 -05:00

15 lines
282 B
JSON

{
"type": "module",
"scripts": {
"dev": "pnpm -w build && exvite",
"build": "pnpm -w build && exvite build",
"prepare": "pnpm -w build && exvite prepare"
},
"devDependencies": {
"exvite": "workspace:*"
},
"dependencies": {
"unimport": "^3.0.8"
}
}