-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 864 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
{
"name": "rename-layers-based-on-textstyle",
"description": "Renames text layers in the current page based on their text style name",
"repository": "https://github.com/tbrasington/rename-layers-based-on-textstyle.git",
"license": "mit",
"version": "2.3.2",
"engines": {
"sketch": ">=52.0"
},
"skpm": {
"name": "rename-layers-based-on-textstyle",
"manifest": "src/manifest.json",
"main": "rename-layers-based-on-textstyle.sketchplugin",
"assets": [
"assets/**/*"
],
"identifier": "rename-layers-based-on-textstyle.plugin"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.6.0"
},
"author": "Thomas Brasington <tbrasington@gmail.com>"
}