forked from tbrasington/text-to-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 984 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": "text-to-styles",
"version": "4.1.0",
"license": "MIT",
"repository": "https://github.com/tbrasington/text-to-styles.git",
"description": "Generates Sketch Text Styles from Layers to easily manage, size, colour and alignment variations",
"engines": {
"sketch": ">=53.0"
},
"skpm": {
"name": "Text to Styles",
"manifest": "src/manifest.json",
"main": "text-to-styles.sketchplugin",
"assets": [
"assets/**/*"
],
"identifier": "text-to-styles.plugin"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.7.5"
},
"author": "Thomas Brasington <[email protected]>",
"dependencies": {
"@skpm/dialog": "^0.4.0",
"@skpm/fs": "^0.1.4",
"@skpm/path": "^0.1.4",
"json-format": "^1.0.1",
"path": "^0.12.7",
"ramda": "^0.26.1"
}
}