run-the-cat/package.json
2025-04-30 02:50:42 +09:00

15 lines
234 B
JSON

{
"name": "run-the-cat",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^6.3.1"
}
}