-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
41 lines (41 loc) · 872 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
{
"name": "@figma-export/cli",
"description": "Command line for @figma-export",
"version": "6.0.2",
"author": "Marco Montalbano",
"bin": {
"figma-export": "./bin/run.js"
},
"bugs": "https://github.com/marcomontalbano/figma-export/issues",
"dependencies": {
"@figma-export/core": "^6.0.2",
"@figma-export/types": "^6.0.0",
"ora": "~8.1.0",
"sade": "~1.8.1"
},
"engines": {
"node": ">= 18.17"
},
"files": [
"/bin",
"/dist"
],
"homepage": "https://github.com/marcomontalbano/figma-export",
"keywords": [
"figma",
"export",
"design",
"icons",
"typography",
"components",
"cli",
"figma cli"
],
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/marcomontalbano/figma-exporter.git",
"directory": "packages/cli"
}
}