-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.lock.json
More file actions
53 lines (53 loc) · 1.46 KB
/
plugin.lock.json
File metadata and controls
53 lines (53 loc) · 1.46 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
50
51
52
53
{
"lockVersion": 1,
"pluginId": "com.openai.figma",
"pluginVersion": "0.1.0",
"generatedBy": "codex plugin pack (draft)",
"generatedAt": "2026-02-24T17:00:00Z",
"skills": [
{
"id": "figma-core",
"vendoredPath": "skills/figma",
"source": {
"type": "github",
"repo": "openai/skills",
"path": "skills/figma",
"ref": "<pin-commit-or-tag>"
},
"integrity": "sha256-<fill-during-pack>"
},
{
"id": "figma-implement-design",
"vendoredPath": "skills/figma-implement-design",
"source": {
"type": "github",
"repo": "openai/skills",
"path": "skills/figma-implement-design",
"ref": "<pin-commit-or-tag>"
},
"integrity": "sha256-<fill-during-pack>"
},
{
"id": "figma-create-design-system-rules",
"vendoredPath": "skills/figma-create-design-system-rules",
"source": {
"type": "github",
"repo": "openai/skills",
"path": "skills/figma-create-design-system-rules",
"ref": "<pin-commit-or-tag>"
},
"integrity": "sha256-<fill-during-pack>"
},
{
"id": "figma-code-connect-components",
"vendoredPath": "skills/figma-code-connect-components",
"source": {
"type": "github",
"repo": "openai/skills",
"path": "skills/figma-code-connect-components",
"ref": "<pin-commit-or-tag>"
},
"integrity": "sha256-<fill-during-pack>"
}
]
}