42 lines
1,001 B
JSON
42 lines
1,001 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "build/app.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/app.ts",
|
|
"start": "tsx src/app.ts",
|
|
"migrate": "tsx tools/migration.ts",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@elysiajs/cors": "^1.3.3",
|
|
"@elysiajs/html": "^1.3.1",
|
|
"@elysiajs/node": "^1.4.1",
|
|
"@elysiajs/openapi": "^1.4.11",
|
|
"@elysiajs/static": "^1.3.0",
|
|
"@std/async": "npm:@jsr/std__async@^1.0.13",
|
|
"@zip.js/zip.js": "^2.7.62",
|
|
"better-sqlite3": "^9.6.0",
|
|
"chokidar": "^3.6.0",
|
|
"dbtype": "workspace:dbtype",
|
|
"dotenv": "^16.5.0",
|
|
"elysia": "^1.4.9",
|
|
"jose": "^5.10.0",
|
|
"kysely": "^0.27.6",
|
|
"natural-orderby": "^2.0.3",
|
|
"tiny-async-pool": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/node": "^22.15.33",
|
|
"@types/tiny-async-pool": "^1.0.5",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^2.1.3"
|
|
}
|
|
}
|