-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 915 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": "Light-to-Dark",
"description": "Convert the light mode into dark in a single tap",
"version": "1.3.3",
"homepage": "https://pplcallmesatz.github.io/lighttodark/"
"engines": {
"sketch": ">=49.0"
},
"skpm": {
"name": "Light to Dark 🌓",
"manifest": "src/manifest.json",
"main": "lighttodark.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"
},
"devDependencies": {
"@skpm/builder": "^0.8.0"
},
"author": "Satheesh Kumar Selvaraj <satheesh@mallow-tech.com>",
"owner": "Satheesh Kumar Selvaraj <satheeshssk@icloud.com>",
"repository": {
"type": "git",
"url": "https://github.com/pplcallmesatz/lighttodark.git"
}
}