Yimaru-CICD/package.json
Kerod-Fresenbet-Gebremedhin2660 6075d449e7 fix: fixed build script
2026-02-24 18:09:44 +03:00

18 lines
325 B
JSON

{
"name": "yimaru-cicd",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"build": "bun build index.ts --outdir dist --target bun"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"hono": "^4.11.7"
}
}