-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 869 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
38
39
{
"name": "tin-drum",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "https://github.com/VitskyDs/tin-drum.git"
},
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "tin-drum",
"manifest": "src/manifest.json",
"main": "tin-drum.sketchplugin",
"assets": [
"assets/**/*"
],
"sketch-assets-file": "sketch-assets/icons.sketch"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.7.4",
"@skpm/extract-loader": "^2.0.2",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5"
},
"resources": [
"resources/**/*.js"
],
"dependencies": {
"sketch-module-web-view": "^3.1.4"
},
"author": "Vitsky <vitskyds@gmail.com>"
}