-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "android_res_export",
"productName": "Android Res Export",
"version": "4.1.1",
"engines": {
"sketch": ">=3.0"
},
"skpm": {
"name": "android_res_export",
"manifest": "src/manifest.json",
"main": "./plugin/android_res_export.sketchplugin",
"assets": [
"assets/**/*"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashung/Android_Res_Export.git"
},
"scripts": {
"build": "skpm-build",
"watch": "skpm-build --watch",
"start": "skpm-build --watch",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.8.0",
"@skpm/extract-loader": "^2.0.2",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5"
},
"resources": [
"resources/**/*.js"
],
"dependencies": {
"highlight.js": "^11.5.1",
"sketch-module-web-view": "^3.5.1",
"svg2vectordrawable": "^2.9.1"
},
"author": "Ashung Hung <[email protected]>"
}