mirror of
https://github.com/khairul169/cebol.git
synced 2025-04-28 16:49:35 +07:00
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"name": "cebol",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run --watch index.ts",
|
|
"build": "bun build index.ts --outdir ./dist --minify --target=bun",
|
|
"start": "bun run dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"hono": "^4.2.3"
|
|
}
|
|
} |