Kyoo/api/package.json
renovate[bot] 691d63e15f
chore(deps): update dependency @biomejs/biome to v2.1.3 (#1031)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-04 10:55:31 +02:00

33 lines
783 B
JSON

{
"name": "api",
"version": "5.0.0",
"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/swagger": "zoriya/elysia-swagger#build",
"blurhash": "^2.0.5",
"drizzle-kit": "^0.31.1",
"drizzle-orm": "0.43.1",
"elysia": "^1.3.1",
"jose": "^6.0.11",
"parjs": "^1.3.9",
"pg": "^8.16.0",
"sharp": "^0.34.2"
},
"devDependencies": {
"@biomejs/biome": "2.1.3",
"@types/pg": "^8.15.2",
"bun-types": "^1.2.14",
"node-addon-api": "^8.3.1"
},
"module": "src/index.js",
"patchedDependencies": {
"drizzle-orm@0.43.1": "patches/drizzle-orm@0.43.1.patch"
}
}