-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.34 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "lazy-styles-generator",
"version": "4.3.1",
"description": "Generate shared layer and text styles using the name of the selected layer as the name of the generated style.",
"homepage": "https://github.com/lazybearcreations/sketch-lazy-styles-generator#readme",
"keywords": [
"sketch",
"sketchapp",
"sketch 53",
"sketch 53.1",
"sketch 53.2",
"sketch 54",
"sketch 54.1",
"plugin",
"styles",
"shared styles",
"text styles",
"layer styles",
"generator",
"styles generator",
"lazybear creations"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lazybearcreations/sketch-lazy-styles-generator/issues"
},
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "lazy-styles-generator",
"manifest": "src/manifest.json",
"main": "lazy-styles-generator.sketchplugin",
"assets": [
"assets/**/*"
]
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.5.2"
},
"author": "Adam Bruzon <adam@lbc.email>",
"repository": {
"type": "git",
"url": "git+git@github.com:lazybearcreations/sketch-lazy-styles-generator.git"
},
"dependencies": {
"skpm": "^1.1.9"
}
}