forked from tsimenis/figma-export-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 823 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
{
"name": "figma-export-icons",
"version": "1.5.0",
"description": "Script to generate and download icons from a figma file",
"bin": {
"export-icons": "cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsimenis/figma-export-icons.git"
},
"keywords": [
"cli",
"figma",
"figma-api"
],
"author": "George Tsimenis",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsimenis/figma-export-icons/issues"
},
"homepage": "https://github.com/tsimenis/figma-export-icons#readme",
"dependencies": {
"axios": "^0.21.1",
"chalk": "^2.4.2",
"cliui": "^5.0.0",
"minimist": "^1.2.5",
"mkdirp": "^0.5.1",
"ora": "^3.4.0",
"prompts": "^2.1.0"
}
}