Initial commit (via bun create)

This commit is contained in:
Akiyama Mizuki 2026-08-18 07:09:16 +09:00
commit 413b1ac7c0
5 changed files with 182 additions and 0 deletions

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "cf-status-dday",
"version": "1.0.50",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"elysia": "latest"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}