-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 766 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "survivor-api",
"version": "1.0.2",
"scripts": {
"build": "bun build ./src/index.ts --outdir=dist",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "bun run --watch src/index.ts",
"generate": "drizzle-kit generate:sqlite",
"migrate": "bun run bin/migrate.ts",
"start": "bun run dist/index.js"
},
"dependencies": {
"@elysiajs/swagger": "^0.7.2",
"@libsql/client": "^0.5.3",
"drizzle-orm": "^0.28.6",
"elysia": "^0.7.12",
"neverthrow": "^6.0.0",
"ts-pattern": "^5.0.5"
},
"devDependencies": {
"@flydotio/dockerfile": "latest",
"bun-promptx": "^0.2.0",
"bun-types": "^1.0.1",
"cheerio": "^1.0.0-rc.12",
"drizzle-kit": "^0.19.13"
},
"module": "src/index.js"
}