You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
498 B

{
"name": "figma-mcp-bridge",
"version": "1.0.0",
"description": "Local WebSocket-to-MCP bridge server for the Figma AI Data Extractor plugin",
"main": "dist/server.js",
"scripts": {
"build": "tsc",
"start": "node dist/server.js",
"dev": "tsc && node dist/server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/ws": "^8.5.14",
"@types/node": "^22.15.0",
"typescript": "^5.7.0"
}
}