67 lines
1.6 KiB
JSON
67 lines
1.6 KiB
JSON
|
{
|
||
|
"package_version": 2,
|
||
|
"version": "1.0.0",
|
||
|
"name": "pipeline",
|
||
|
"description": "i18n:pipeline.description",
|
||
|
"main": "./dist/main.js",
|
||
|
"dependencies": {
|
||
|
"fs-extra": "^10.0.0",
|
||
|
"vue": "^3.1.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/fs-extra": "^9.0.5",
|
||
|
"@types/node": "^16.0.1",
|
||
|
"typescript": "^4.3.4"
|
||
|
},
|
||
|
"panels": {
|
||
|
"default": {
|
||
|
"title": "pipeline Default Panel",
|
||
|
"type": "dockable",
|
||
|
"main": "dist/panels/default",
|
||
|
"size": {
|
||
|
"min-width": 400,
|
||
|
"min-height": 300,
|
||
|
"width": 1024,
|
||
|
"height": 600
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"contributions": {
|
||
|
"asset-db": {
|
||
|
"mount": {
|
||
|
"path": "./pipeline",
|
||
|
"readonly": false
|
||
|
}
|
||
|
},
|
||
|
"menu": [
|
||
|
{
|
||
|
"path": "i18n:menu.panel/pipeline",
|
||
|
"label": "i18n:pipeline.open_panel",
|
||
|
"message": "open-panel"
|
||
|
},
|
||
|
{
|
||
|
"path": "i18n:menu.develop/pipeline",
|
||
|
"label": "i18n:pipeline.send_to_panel",
|
||
|
"message": "send-to-panel"
|
||
|
}
|
||
|
],
|
||
|
"messages": {
|
||
|
"open-panel": {
|
||
|
"methods": [
|
||
|
"openPanel"
|
||
|
]
|
||
|
},
|
||
|
"send-to-panel": {
|
||
|
"methods": [
|
||
|
"default.hello"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"author": "Cocos Creator",
|
||
|
"editor": ">=3.5.1",
|
||
|
"scripts": {
|
||
|
"build": "tsc -b",
|
||
|
"watch": "tsc -w"
|
||
|
}
|
||
|
}
|