browser-benchmark/package.json

14 lines
214 B
JSON
Raw Permalink Normal View History

2023-07-18 18:24:13 +08:00
{
"name": "fite-app",
"type": "module",
"scripts": {
"start": "fite dev",
"build": "fite build",
"build:keep": "fite build --no-clean"
},
"devDependencies": {
"fite": "^1.1.12"
}
}