-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "charter",
"version": "0.1.0",
"description": "CHARTER: a mandate/policy layer that vets AI agent trade proposals before they reach a Binance Agentic sub-account.",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "tsx src/index.ts",
"testnet:smoke": "tsx scripts/testnet-smoke-test.ts",
"rogue-agent": "tsx src/rogue-agent/index.ts",
"test": "vitest run",
"typecheck": "tsc --noEmit",
"build": "tsc"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.24.0",
"chalk": "^5.6.2",
"commander": "^12.1.0",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"ink": "^5.0.1",
"ink-spinner": "^5.0.0",
"ink-table": "^3.1.0",
"ink-text-input": "^6.0.0",
"open": "^10.1.0",
"openai": "^4.104.0",
"pino": "^9.5.0",
"react": "^18.3.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}