-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
36 lines (36 loc) · 1.08 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
{
"name": "figma-plugin-local-variables-starter",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "figma-plugin-local-variables-starter",
"version": "1.0.0",
"license": "ISC",
"devDependencies": {
"@figma/plugin-typings": "^1.100.2",
"typescript": "^5.6.3"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.100.2",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.100.2.tgz",
"integrity": "sha512-xRlneaT5D6afuzkt8J28DXgHAcglncqNVzh1qe5bJVzTLfniiDQY5N/IVXIJj/u7vXYMY6uqvJt8UBFe5l4FXA==",
"dev": true
},
"node_modules/typescript": {
"version": "5.6.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}