-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 816 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
25
26
27
28
29
{
"name": "push-ai-agent",
"version": "1.0.0",
"private": true,
"description": "PushPilot — AI Copilot for Push Chain Donut Testnet: chat, on-chain queries, wallet-confirmed transfers, contract deployment & MCP server",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"compile:contracts": "node scripts/compile-contracts.mjs",
"mcp": "node mcp/server.mjs"
},
"dependencies": {
"@pushchain/core": "^6.0.22",
"next": "^15.1.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"viem": "^2.23.0"
},
"devDependencies": {
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"solc": "^0.8.36",
"typescript": "^5.7.0"
}
}