mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
22 lines
463 B
JSON
22 lines
463 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.50",
|
|
"scripts": {
|
|
"dev": "bun --watch src/index.ts",
|
|
"build": "bun build src/index.ts --target bun --outdir ./dist",
|
|
"start": "NODE_ENV=production bun dist/index.js",
|
|
"test": "bun test"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/swagger": "^1.1.5",
|
|
"drizzle-orm": "^0.35.3",
|
|
"elysia": "latest",
|
|
"pg": "^8.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.11.10",
|
|
"bun-types": "latest"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|