package.json•1.06 kB
{
"name": "mcp-ipfs",
"version": "0.1.9",
"type": "module",
"description": "MCP Server for interacting with the IPFS Storacha Network",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"mcp-ipfs": "dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"files": [
"dist/"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.8.0",
"files-from-path": "^1.1.4",
"multiformats": "^13.3.2",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.5"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"author": "Alex Baker <alex.baker.fon@protonmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/alexbakers/mcp-ipfs.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"ipfs",
"storacha",
"w3up",
"llm",
"ai"
]
}