15 lines
404 B
JSON
15 lines
404 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"@hono/hono": "jsr:@hono/hono@^4.6.14",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"@types/pg": "npm:@types/pg@^8.11.10",
|
|
"drizzle-kit": "npm:drizzle-kit@^0.30.1",
|
|
"drizzle-orm": "npm:drizzle-orm@^0.38.2",
|
|
"pg": "npm:pg@^8.13.1",
|
|
"@farmtoad/farmtoad-msg-utils": "npm:@farmtoad/farmtoad-msg-utils@^0.7.2"
|
|
}
|
|
}
|