-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.9 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.9 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "agentic-finance-platform",
"version": "0.1.0",
"description": "Countable - Financial OS for AI Agents (x402 invoice middleware)",
"private": true,
"scripts": {
"sprint": "ts-node scripts/orchestrate-agents-v2.ts sprints/week-2.json",
"sprint:v1": "ts-node scripts/orchestrate-agents-minimax.ts sprints/week-2.json",
"sprint:one": "ts-node scripts/orchestrate-agents-v2.ts sprints/week-2.json --one",
"sprint:test": "ts-node scripts/orchestrate-agents-v2.ts sprints/migration-test.json --one",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch"
},
"bin": {
"invoica-mcp": "./backend/src/mcp/invoica-mcp-server.ts"
},
"dependencies": {
"@coral-xyz/anchor": "^0.32.1",
"@godman-protocols/pact": "file:../../kognai/workspace/godman-protocols/pact",
"@modelcontextprotocol/sdk": "^1.27.1",
"@noble/ed25519": "^3.0.0",
"@oobe-protocol-labs/synapse-sap-sdk": "^0.6.0",
"@prisma/client": "^5.22.0",
"@solana/web3.js": "^1.98.4",
"@supabase/supabase-js": "^2.98.0",
"@types/bcrypt": "^6.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/uuid": "^10.0.0",
"axios": "^1.13.5",
"bcrypt": "^6.0.0",
"bull": "^4.16.5",
"cors": "^2.8.6",
"dotenv": "^16.4.7",
"express": "^5.2.1",
"express-rate-limit": "^8.2.1",
"helmet": "^8.1.0",
"http-proxy-middleware": "^3.0.5",
"imapflow": "^1.2.10",
"ioredis": "^5.9.3",
"iso-country-currency": "^0.7.2",
"nodemailer": "^8.0.1",
"pg": "^8.19.0",
"prisma": "^5.22.0",
"redis": "^5.11.0",
"supertest": "^7.2.2",
"uuid": "^13.0.0",
"viem": "^2.46.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^22.19.13",
"jest": "^30.3.0",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=22.12.0"
}
}