-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.39 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.39 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
{
"name": "base-tools-mcp",
"version": "1.0.0",
"description": "MCP server for Base Network interactions",
"type": "module",
"main": "base-tools-mcp.js",
"scripts": {
"start": "node base-tools-mcp.js",
"dev": "node server.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"build": "npm test && echo 'Tests completed. Starting server...' && npm run dev",
"test:wallet": "node -e \"const { ethers } = require('ethers'); const wallet = ethers.Wallet.fromPhrase('increase stove still book elevator place knife intact degree globe notable feature'); console.log('Wallet address:', wallet.address);\""
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"@biconomy/mexa": "^3.0.6",
"@modelcontextprotocol/sdk": "^1.7.0",
"@types/jest": "^29.5.14",
"@wagmi/connectors": "^5.7.11",
"connectkit": "^1.8.2",
"dotenv": "^16.4.7",
"ethers": "^6.9.0",
"express": "^4.18.3",
"jest": "^29.7.0",
"next": "^15.2.3",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^19.0.0",
"ts-jest": "^29.2.6",
"viem": "^2.23.13",
"wagmi": "^2.14.15",
"zod": "^3.22.4"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@testing-library/react-hooks": "^8.0.1",
"babel-jest": "^29.7.0",
"chai": "^5.2.0"
}
}