forked from figma/plugin-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
30 lines (30 loc) · 929 Bytes
/
package-lock.json
File metadata and controls
30 lines (30 loc) · 929 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
{
"name": "plugin-samples",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "plugin-samples",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "^1.34.1"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.54.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.54.0.tgz",
"integrity": "sha512-jetMn5s9p+X/iB+ZXbUrMI++8zhK21n6W9KT/IAz4DfI9NMy0+URlEaySmqRMyKwZUMVRhzYO10QzQLfOXk1fQ==",
"dev": true
}
},
"dependencies": {
"@figma/plugin-typings": {
"version": "1.54.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.54.0.tgz",
"integrity": "sha512-jetMn5s9p+X/iB+ZXbUrMI++8zhK21n6W9KT/IAz4DfI9NMy0+URlEaySmqRMyKwZUMVRhzYO10QzQLfOXk1fQ==",
"dev": true
}
}
}