-
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.19 KB
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1.19 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-tools",
"version": "1.0.0",
"description": "x402-paid MCP server for web scraping, code review, content generation, and analysis. Pay-per-call USDC on Solana. Zero Core (formerly Harvey) Tools.",
"type": "module",
"mcpName": "io.github.meltingpixelsai/zero-core-tools",
"keywords": ["mcp", "x402", "usdc", "ai-agents", "web-scraping", "code-review", "content-generation", "sentiment-analysis", "zero-core"],
"author": "MeltingPixels <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/meltingpixelsai/zero-core-tools"
},
"homepage": "https://tools.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",
"dotenv": "^16.4.7",
"hono": "^4.9.6",
"mcp-handler": "^1.0.2",
"mcpay": "^0.1.17",
"playwright": "^1.50.0",
"x402": "^0.6.5",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^22.15.3",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
}
}