-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
42 lines (42 loc) · 957 Bytes
/
package.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
{
"name": "@figma-export/core",
"version": "6.0.2",
"description": "@figma-export core functionalities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/marcomontalbano/figma-exporter.git",
"directory": "packages/core"
},
"author": "Marco Montalbano",
"keywords": [
"figma",
"export",
"design",
"icons",
"typography",
"components"
],
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@figma-export/types": "^6.0.0",
"axios": "^1.7.7",
"figma-js": "~1.16.0",
"p-limit": "^6.1.0",
"p-retry": "^6.2.0"
},
"overrides": {
"axios": "^1.7.7"
},
"resolutions": {
"axios": "^1.6.8"
},
"engines": {
"node": ">= 18.17"
}
}