mirror of
https://github.com/Myzel394/amiopen.now.git
synced 2025-06-18 15:35:27 +02:00
12 lines
184 B
JSON
12 lines
184 B
JSON
{
|
|
"name": "amiopen",
|
|
"scripts": {
|
|
"dev": "bun run --hot src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.6.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
}
|
|
} |