This commit is contained in:
2026-03-15 15:09:36 +09:00
parent a457a80bfe
commit f4df35b344
18 changed files with 149 additions and 430 deletions

View File

@@ -1,15 +1,6 @@
{
"name": "-",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.9.3",
"vite": "^7.3.1"
}
}
"name": "hotsix",
"author": "hotsixman",
"version": "0.0.2",
"main": "dist/index.js"
}