forked from qjebbs/sketch-meaxure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
{
"name": "sketch-meaxure",
"description": "Make it a fun to create spec for developers and teammates",
"version": "3.2.7",
"engines": {
"sketch": ">=57.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qjebbs/sketch-meaxure.git"
},
"skpm": {
"name": "Sketch MeaXure",
"manifest": "src/manifest.json",
"homepage": "https://github.com/qjebbs",
"appcast": "appcast.xml",
"main": "sketch-meaxure.sketchplugin",
"assets": [
"resources/**/*"
]
},
"scripts": {
"build": "skpm-build",
"watch": "export DEBUG=1; skpm-build --watch",
"start": "export DEBUG=1; skpm-build --watch --run",
"postinstall": "npm run build && skpm-link"
},
"devDependencies": {
"@skpm/builder": "^0.7.0",
"@types/sketch": "git+https://github.com/qjebbs/sketch.d.ts.git",
"skpm": "^1.3.1",
"ts-loader": "^6.2.1",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
},
"author": "utom & jebbs <qjebbs@gmail.com>",
"dependencies": {
"@skpm/path": "^0.1.4"
}
}