微信云开发插件
This commit is contained in:
66
extensions/WeChat MiniGame Cloud Template/package.json
Normal file
66
extensions/WeChat MiniGame Cloud Template/package.json
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"$schema": "./@types/schema/package/index.json",
|
||||
"package_version": 2,
|
||||
"name": "wx-cloud-plugin",
|
||||
"version": "1.0.0",
|
||||
"author": "Jeff.Zhang",
|
||||
"editor": ">=3.0.0",
|
||||
"scripts": {
|
||||
"preinstall": "node ./scripts/preinstall.js",
|
||||
"build": "tsc"
|
||||
},
|
||||
"description": "i18n:wx-cloud-plugin.description",
|
||||
"main": "./dist/main.js",
|
||||
"dependencies": {
|
||||
"fs-extra": "^10.0.0",
|
||||
"vue": "^3.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cocos/creator-types": "^3.8.3",
|
||||
"@types/fs-extra": "^9.0.5",
|
||||
"@types/node": "^18.17.1",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"panels": {
|
||||
"default": {
|
||||
"title": "wx-cloud-plugin Default Panel",
|
||||
"type": "dockable",
|
||||
"main": "dist/panels/default",
|
||||
"size": {
|
||||
"min-width": 400,
|
||||
"min-height": 300,
|
||||
"width": 1024,
|
||||
"height": 600
|
||||
}
|
||||
}
|
||||
},
|
||||
"contributions": {
|
||||
"menu": [
|
||||
{
|
||||
"path": "i18n:menu.extension/wx-cloud-plugin",
|
||||
"label": "i18n:wx-cloud-plugin.createTemplate",
|
||||
"icon": "./static/images/menu.png",
|
||||
"message": "createTemplate"
|
||||
},
|
||||
{
|
||||
"path": "i18n:menu.extension/wx-cloud-plugin",
|
||||
"label": "i18n:wx-cloud-plugin.activeCloud",
|
||||
"icon": "./static/images/menu.png",
|
||||
"message": "activeCloud"
|
||||
}
|
||||
],
|
||||
"messages": {
|
||||
"createTemplate": {
|
||||
"methods": [
|
||||
"createTemplate"
|
||||
]
|
||||
},
|
||||
"activeCloud": {
|
||||
"methods": [
|
||||
"activeCloud"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"_storeId": "f63b33cfd7ac88846cb6c23894399b57"
|
||||
}
|
||||
Reference in New Issue
Block a user