-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
42
43
{
"name": "sketch-meaxure",
"description": "Make it a fun to create spec for developers and teammates",
"version": "3.3.4",
"engines": {
"sketch": ">=69.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": "node scripts/buildTmpl.js && skpm-build",
"watch": "export DEBUG=1; skpm-build --watch",
"start": "export DEBUG=1; skpm-build --watch --run",
"postinstall": "npm run build && skpm-link",
"tmpl": "export DEBUG=1; node scripts/buildTmpl.js",
"play": "node scripts/playground.js"
},
"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",
"webpack": "^4.44.2"
},
"author": "utom & jebbs <[email protected]>",
"dependencies": {
"@skpm/path": "^0.1.4"
}
}