24a561e97e
Bootstraped: - CLI script - JS API - Test extension - Config files
15 lines
282 B
JSON
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"
|
|
}
|
|
}
|