-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 879 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
{
"name": "sketch-flat-export",
"version": "2.3.5",
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "sketch-flat-export",
"manifest": "src/manifest.json",
"main": "flat-export.sketchplugin",
"assets": [
"assets/**/*"
]
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"test": "jest",
"publish": "skpm publish patch",
"postinstall": "npm run build && skpm-link",
"debugger": "skpm log -f"
},
"devDependencies": {
"@skpm/builder": "^0.7.7",
"jest": "^26.1.0",
"jest-esm-transformer": "^1.0.0",
"skpm": "^1.3.1"
},
"author": "Adam Thompson <[email protected]>",
"repository": "https://github.com/TheSonOfThomp/sketch-flat-export",
"description": "Use this plugin to batch export layers to a single folder."
}