forked from proteanstudio/sketch-palette-cleanser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "palette-cleanser",
"description": "Get a full rundown of the colors you're using in your Sketch document.",
"version": "1.4.3",
"repository": {
"type": "git",
"url": "https://github.com/proteanstudio/sketch-palette-cleanser.git"
},
"engines": {
"sketch": ">=70.0"
},
"skpm": {
"name": "palette-cleanser",
"manifest": "src/manifest.json",
"main": "palette-cleanser.sketchplugin",
"assets": [
"assets/**/*"
],
"sketch-assets-file": "sketch-assets/icons.sketch"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch --run",
"postinstall": "npm run build && skpm-link",
"format": "prettier --check 'src/'",
"format:fix": "prettier --write 'src/'"
},
"devDependencies": {
"@skpm/builder": "^0.7.11",
"prettier": "2.2.1"
},
"author": "Protean Studio <[email protected]>"
}