-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
50 lines (50 loc) · 1.6 KB
/
package-lock.json
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
{
"name": "ShotStack",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ShotStack",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
"@figma/plugin-typings": "^1.52.0",
"typescript": "*"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.52.0.tgz",
"integrity": "sha512-+zl8UvZDd6AcbdWYlbc4TFBVN7Z4I5czBI5pG/gsFzewY1bjSxt8KLrltedjQy3X0Vwa5yqbLROhQA8Hw0umIQ==",
"dev": true
},
"node_modules/typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=4.2.0"
}
}
},
"dependencies": {
"@figma/plugin-typings": {
"version": "1.52.0",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.52.0.tgz",
"integrity": "sha512-+zl8UvZDd6AcbdWYlbc4TFBVN7Z4I5czBI5pG/gsFzewY1bjSxt8KLrltedjQy3X0Vwa5yqbLROhQA8Hw0umIQ==",
"dev": true
},
"typescript": {
"version": "4.8.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.3.tgz",
"integrity": "sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig==",
"dev": true
}
}
}