package.jsonā¢853 B
{
"name": "lens-mcp",
"version": "1.0.0",
"description": "Lens Protocol MCP Server - Agent-Optimized Tools for Lens Protocol",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"scripts": {
"start": "bun index.ts",
"start:http": "bun http-server.ts",
"dev": "bun --watch index.ts",
"dev:http": "bun --watch http-server.ts",
"test": "bun test test.test.ts",
"test:integration": "bun test integration.test.ts",
"test:all": "bun test"
},
"dependencies": {
"@hono/node-server": "^1.19.1",
"@lens-protocol/client": "^0.0.0-canary-20250820102520",
"@modelcontextprotocol/sdk": "^1.17.4",
"hono": "^4.9.5",
"zod": "3.24",
"zod-to-json-schema": "^3.24.6"
}
}