-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "conductor-figma",
"version": "3.3.3",
"description": "Design-intelligent MCP server for Figma. 201 design-intelligent tools for Figma. Every tool knows typography, spacing, color, accessibility. Not a shape proxy — a design engine.",
"author": "0xDragoon",
"license": "MIT",
"type": "module",
"main": "./src/server.js",
"bin": {
"conductor-figma": "./bin/conductor.js"
},
"files": [
"src",
"bin",
"figma-plugin",
"README.md",
"LICENSE"
],
"scripts": {
"start": "node bin/conductor.js",
"test": "node test/run.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.39.0",
"ws": "^8.19.0"
},
"keywords": [
"figma",
"mcp",
"model-context-protocol",
"design",
"ai-agent",
"cursor",
"claude-code",
"auto-layout",
"design-system",
"accessibility",
"design-tokens",
"code-export",
"react",
"tailwind",
"design-intelligence"
],
"repository": {
"type": "git",
"url": "https://github.com/dragoon0x/conductor"
},
"homepage": "https://dragoon0x.github.io/conductor/"
}