-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage-lock.json
46 lines (46 loc) · 1.52 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
{
"name": "Figma-Reset-Text-Layer-Name",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"devDependencies": {
"@figma/plugin-typings": "*",
"typescript": "^5.3.3"
}
},
"node_modules/@figma/plugin-typings": {
"version": "1.19.3",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.19.3.tgz",
"integrity": "sha512-Tm26pPQoltD7bYfeC/+d4RFsmdcrmAatq3lhGIfKNC80ETlZHv5scWJZIvCR0EULJNdtIaiQNskJLSqcPzHafQ==",
"dev": true
},
"node_modules/typescript": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
},
"dependencies": {
"@figma/plugin-typings": {
"version": "1.19.3",
"resolved": "https://registry.npmjs.org/@figma/plugin-typings/-/plugin-typings-1.19.3.tgz",
"integrity": "sha512-Tm26pPQoltD7bYfeC/+d4RFsmdcrmAatq3lhGIfKNC80ETlZHv5scWJZIvCR0EULJNdtIaiQNskJLSqcPzHafQ==",
"dev": true
},
"typescript": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
"dev": true
}
}
}