Initial commit (via bun create)

This commit is contained in:
rafiarrafif
2025-05-06 00:05:14 +07:00
commit 61eb5b75d7
5 changed files with 182 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "mvp.nounoz.com_v2",
"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"
}