-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.09 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
{
"name": "@true402.dev/agentkit",
"version": "1.0.2",
"description": "true402 actions for Coinbase AgentKit \u2014 pay-per-call on-chain rug/honeypot & address safety for Base AI agents over x402 (USDC, no account, no API key).",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format esm --dts --clean",
"prepublishOnly": "npm run build"
},
"keywords": [
"agentkit",
"coinbase-agentkit",
"action-provider",
"x402",
"base",
"rug-check",
"honeypot",
"token-safety",
"crypto",
"ai-agent",
"agent-tools",
"defi",
"web3",
"ai-agents",
"onchain-agent"
],
"homepage": "https://true402.dev",
"license": "MIT",
"dependencies": {
"viem": "^2.21.0",
"zod": "^3.23.0"
},
"peerDependencies": {
"@coinbase/agentkit": "0.10.4"
},
"devDependencies": {
"@coinbase/agentkit": "0.10.4",
"tsup": "^8.0.0",
"typescript": "^5.4.0"
},
"publishConfig": {
"access": "public"
}
}