-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 1.39 KB
/
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
{
"name": "mistica-icons",
"version": "1.0.0",
"description": "Icon repository for Mística Design System",
"main": "index.js",
"repository": "https://github.com/Telefonica/mistica-icons.git",
"author": "Yayo <[email protected]>",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"export-telefonica-light": "export-icons --config=telefonica-light.json",
"export-telefonica-regular": "export-icons --config=telefonica-regular.json",
"export-telefonica-filled": "export-icons --config=telefonica-filled.json",
"export-o2-light": "export-icons --config=o2-light.json",
"export-o2-regular": "export-icons --config=o2-regular.json",
"export-o2-filled": "export-icons --config=o2-filled.json",
"export-o2-new-light": "export-icons --config=o2-new-light.json",
"export-o2-new-regular": "export-icons --config=o2-new-regular.json",
"export-o2-new-filled": "export-icons --config=o2-new-filled.json",
"export-blau-regular": "export-icons --config=blau-regular.json",
"export-blau-filled": "export-icons --config=blau-filled.json",
"export-vivo-light": "export-icons --config=vivo-light.json",
"export-vivo-regular": "export-icons --config=vivo-regular.json",
"export-vivo-filled": "export-icons --config=vivo-filled.json"
},
"license": "MIT",
"dependencies": {
"figma-export-icons": "^1.5.0",
"kactus-cli": "^0.6.1"
}
}