figma-coder-mcp 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/bin.js +3517 -146
- package/package.json +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "figma-coder-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "MCP server + CLI that converts Figma designs into HTML + Tailwind for AI coding agents. Runs locally with a Figma PAT (no backend) or delegates to a figma-to-html-api backend.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoldynLabs",
|
|
@@ -45,7 +45,9 @@
|
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@figma-to-code/core": "*",
|
|
48
|
+
"@types/js-yaml": "^4.0.9",
|
|
48
49
|
"@types/node": "^22.0.0",
|
|
50
|
+
"js-yaml": "^4.3.0",
|
|
49
51
|
"tsup": "^8.0.0",
|
|
50
52
|
"tsx": "^4.0.0",
|
|
51
53
|
"typescript": "^5.1.3"
|