-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
44
45
46
47
48
{
"name": "poki-sdk",
"title": "i18n:poki-sdk.title",
"package_version": 2,
"version": "1.2.2",
"author": "Vamsi Krishna Veligatla",
"description": "i18n:poki-sdk.description",
"main": "./dist/main.js",
"panels": {
"default": {
"title": "i18n:poki-sdk.title",
"type": "dockable",
"main": "dist/panels/default/script",
"size": {
"min-width": 400,
"min-height": 300,
"width": 800,
"height": 600
}
}
},
"contributions": {
"messages": {
"open-panel": {
"methods": ["openPanel"]
}
},
"menu": [
{
"path": "i18n:menu.extension/",
"label": "i18n:poki-sdk.menubar",
"message": "open-panel"
}
],
"builder":"./dist/builder.js",
"asset-db": {
"mount": {
"path": "./docs/images",
"readonly": true
}
}
},
"dependencies": {
"@types/fs-extra": "^5.0.4",
"@types/node": "^14.5.2",
"fs-extra": "^10.0.0"
}
}