{ "name": "anylens", "version": "0.5.3", "mcpName": "io.github.Slowper/anylens", "description": "Any link, any lens — turn videos, PDFs, and articles into understanding shaped for who's asking (humans or agents). MCP-first.", "license": "MIT", "type": "module", "bin": { "anylens": "bin/anylens.js" }, "files": [ "bin", "src", "AI_INDEX.md", "README.md", "LICENSE" ], "scripts": { "start": "bun src/server/mcp.ts", "web": "bun src/server/web.ts", "cli": "bun bin/anylens.ts", "check": "tsc --noEmit", "test": "bun test" }, "dependencies": { "@anthropic-ai/sdk": "^0.115.0", "@google/generative-ai": "^0.24.1", "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "devDependencies": { "@types/bun": "^1.1.0", "typescript": "^5.4.0" } }