Build the agent-native compute CRM platform
CI / verify (push) Successful in 3m6s

This commit is contained in:
2026-08-13 01:39:01 -07:00
parent bfd2f8d95a
commit 853bde2265
160 changed files with 61812 additions and 483 deletions
+6 -3
View File
@@ -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"
}
}