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