-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 871 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 871 Bytes
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
{
"name": "@noemuch/bridge-ds",
"version": "2.4.1",
"description": "AI-powered design generation in Figma — 100% design system compliant. Connects Claude Code to Figma via MCP for spec-first, token-bound, component-native design.",
"main": "lib/cli.js",
"bin": {
"bridge-ds": "./bin/bridge.js"
},
"files": [
"bin/",
"lib/",
"skills/",
"commands/",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node bin/bridge.js help"
},
"keywords": [
"claude-code",
"figma",
"design-system",
"mcp",
"design-tokens",
"ai-design",
"figma-plugin-api"
],
"author": "noemuch",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/noemuch/bridge.git"
},
"homepage": "https://github.com/noemuch/bridge"
}