This commit is contained in:
@@ -9,16 +9,19 @@
|
||||
"dev": "tsx watch src/server.ts",
|
||||
"start": "tsx src/server.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "node --test --import tsx test/*.test.ts"
|
||||
"test": "node --test --import tsx test/*.test.ts",
|
||||
"test:e2e": "node --test --import tsx e2e/*.test.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hono/node-server": "^1.13.7",
|
||||
"@noble/curves": "^1.9.7",
|
||||
"@pig/core": "*",
|
||||
"@pig/db": "*",
|
||||
"@pig/prime": "*",
|
||||
"@hono/node-server": "^1.13.7",
|
||||
"hono": "^4.6.14",
|
||||
"drizzle-orm": "^0.38.3",
|
||||
"hono": "^4.6.14",
|
||||
"jose": "^5.9.6",
|
||||
"nostr-tools": "^2.24.1",
|
||||
"zod": "^3.24.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user