package.json•932 B
{
"name": "fildos-mcp",
"version": "1.0.0",
"description": "The FilDOS SDK provides tools and interfaces for building AI agents and applications that can autonomously interact with the FilDOS decentralized file storage platform. This SDK enables AI agents to manage files, and organize.",
"main": "index.js",
"scripts": {
"build": "tsc && chmod 755 build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"build"
],
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bin": {
"fildos-mcp": "./build/index.js"
},
"dependencies": {
"@filoz/synapse-sdk": "^0.25.1",
"@modelcontextprotocol/sdk": "^1.19.1",
"axios": "^1.6.0",
"dotenv": "^16.0.0",
"ethers": "^6.14.3",
"joi": "^17.0.0",
"viem": "^2.30.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.6.2",
"typescript": "^5.9.3"
}
}