-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 815 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ghost-protocol",
"version": "1.0.0",
"description": "Ghost Protocol — Private Autonomous Treasury Agent. An AI agent that uses Venice.ai's zero-data-retention API for private reasoning while executing transparent on-chain trades via Uniswap.",
"type": "module",
"main": "dist/agent.js",
"scripts": {
"build": "tsc",
"demo": "npx tsx src/demo.ts",
"start": "npx tsx src/agent.ts",
"test": "npx tsx src/demo.ts"
},
"keywords": ["ai-agent", "erc-8004", "venice-ai", "uniswap", "autonomous-treasury", "synthesis-hackathon"],
"author": "Clio (@clioghost)",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "^5.3.0",
"@types/node": "^25.5.0",
"dotenv": "^17.3.1",
"ethers": "^6.16.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}