{ "name": "layerbridge", "version": "0.3.0", "description": "Local MCP server and plugin that let AI tools read, edit and export the open Figma file — no REST API, no rate limits", "mcpName": "io.github.muradyf/layerbridge", "type": "module", "bin": { "layerbridge": "dist/index.js" }, "main": "dist/index.js", "files": [ "dist", "!dist/**/*.map", "plugin", "NOTICE.md", "LICENSE.md", "README.md" ], "scripts": { "build": "tsc && bun build browser/html-figma-entry.js --format=iife --target=browser --minify --outfile=dist/vendor/html-figma.browser.js", "bundle-plugin": "node scripts/bundle-plugin.mjs", "test": "node --test --test-concurrency=1 test/*.test.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/muradyf/layerbridge.git", "directory": "server" }, "homepage": "https://github.com/muradyf/layerbridge#readme", "bugs": { "url": "https://github.com/muradyf/layerbridge/issues" }, "keywords": [ "figma", "mcp", "model-context-protocol", "ai", "design" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "html-figma": "0.3.1", "pdf-lib": "1.17.1", "pixelmatch": "7.2.0", "pngjs": "7.0.0", "ws": "^8.18.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/pngjs": "6.0.5", "@types/ws": "^8.5.0", "typescript": "^5.6.0" }, "engines": { "node": ">=20.0.0" }, "patchedDependencies": { "html-figma@0.3.1": "patches/html-figma@0.3.1.patch" } }