forked from jxnblk/figma-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 862 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
{
"name": "@akiojalehto/figma-theme",
"version": "1.0.0-3.1",
"description": "Generate development-ready theme JSON files from Figma Styles",
"main": "index.js",
"bin": {
"figma-theme": "./cli.js"
},
"scripts": {
"start": "./cli.js JGLoPfwRFqCwn4xZ8wUmSwp7 --out-dir example",
"cover": "nyc report --reporter html",
"test": "nyc ava"
},
"keywords": [],
"author": "Aki Ojalehto",
"contributors": [
"Aki Ojalehto",
"Brent Jackson"
],
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"chroma-js": "^1.3.7",
"dot-prop": "^4.2.0",
"dotenv": "^6.0.0",
"figma-js": "^1.4.0",
"json.sortify": "^2.2.2",
"meow": "^5.0.0",
"pkg-conf": "^2.1.0",
"superstruct": "^0.5.4",
"update-notifier": "^2.5.0"
},
"devDependencies": {
"ava": "^0.25.0",
"nyc": "^12.0.2"
}
}