-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.23 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.23 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
{
"name": "@meltingpixels/zero-core-verify",
"version": "1.0.0",
"description": "x402-paid MCP server for post-transaction outcome verification. LLM-as-judge verifies if services delivered what was promised. Pay-per-call USDC on Solana. Zero Core (formerly Harvey) Verify.",
"type": "module",
"mcpName": "io.github.meltingpixelsai/zero-core-verify",
"keywords": ["mcp", "x402", "usdc", "ai-agents", "verification", "quality", "outcome-verification", "llm-judge", "zero-core"],
"author": "MeltingPixels <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meltingpixelsai/zero-core-verify"
},
"homepage": "https://verify.rugslayer.com",
"scripts": {
"build": "tsc",
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hono/node-server": "^1.19.5",
"@modelcontextprotocol/sdk": "^1.18.2",
"@supabase/supabase-js": "^2.49.4",
"dotenv": "^16.4.7",
"hono": "^4.9.6",
"mcp-handler": "^1.0.2",
"mcpay": "^0.1.17",
"x402": "^0.6.5",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.15.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}