Spaces:
Paused
Paused
File size: 782 Bytes
65e6a38 | 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 | {
"name": "p2pclaw-gateway",
"version": "1.0.0",
"description": "P2PCLAW MCP Gateway — Connect any AI to the Hive Mind",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node index.js",
"stdio": "TRANSPORT=stdio node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node patch-mcp-sdk.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@lighthouse-web3/sdk": "^0.4.4",
"@modelcontextprotocol/sdk": "^1.26.0",
"archiver": "^7.0.1",
"axios": "^1.7.9",
"cors": "^2.8.6",
"ethers": "^5.7.2",
"express": "^5.2.1",
"gun": "^0.2020.1241",
"jspdf": "^4.1.0",
"markdown-it": "^14.1.1"
},
"devDependencies": {
"dotenv": "^16.4.7"
}
}
|