mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
26 lines
599 B
JSON
26 lines
599 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",
|
|
"format": "biome check --write ."
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/jwt": "^1.2.0",
|
|
"@elysiajs/swagger": "zoriya/elysia-swagger#build",
|
|
"drizzle-kit": "^0.30.4",
|
|
"drizzle-orm": "0.39.0",
|
|
"elysia": "^1.2.21",
|
|
"parjs": "^1.3.9",
|
|
"pg": "^8.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pg": "^8.11.11",
|
|
"bun-types": "^1.2.3"
|
|
},
|
|
"module": "src/index.js"
|
|
}
|