chatgpt/package.json

12 lines
165 B
JSON
Raw Normal View History

2023-03-25 23:23:17 +08:00
{
"name": "fite-app",
"type": "module",
"scripts": {
"start": "fite dev",
"build": "fite build"
},
"devDependencies": {
2023-05-27 21:10:39 +08:00
"fite": "^1.1.6"
2023-03-25 23:23:17 +08:00
}
2023-05-27 21:10:39 +08:00
}