115 lines
2.0 KiB
JSON
115 lines
2.0 KiB
JSON
{
|
|
"package_version": 2,
|
|
"version": "1.0.0",
|
|
"name": "update_res",
|
|
"description": "更新ui、spine、后端shared",
|
|
"main": "./dist/main.js",
|
|
"devDependencies": {
|
|
"@types/node": "^16.0.1",
|
|
"typescript": "^4.3.4"
|
|
},
|
|
"author": "zl",
|
|
"editor": ">=3.6.0",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -w"
|
|
},
|
|
"contributions": {
|
|
"messages": {
|
|
"update_ui": {
|
|
"methods": [
|
|
"update_ui"
|
|
]
|
|
},
|
|
"update_json": {
|
|
"methods": [
|
|
"update_json"
|
|
]
|
|
},
|
|
"update_jsonType": {
|
|
"methods": [
|
|
"update_jsonType"
|
|
]
|
|
},
|
|
"update_sound": {
|
|
"methods": [
|
|
"update_sound"
|
|
]
|
|
},
|
|
"update_spine": {
|
|
"methods": [
|
|
"update_spine"
|
|
]
|
|
},
|
|
"update_shared": {
|
|
"methods": [
|
|
"update_shared"
|
|
]
|
|
},
|
|
"submitTanslation": {
|
|
"methods": [
|
|
"submitTanslation"
|
|
]
|
|
},
|
|
"updates": {
|
|
"public": true,
|
|
"description": "对外开放的更新资源调用",
|
|
"methods": [
|
|
"updates"
|
|
]
|
|
},
|
|
"update_res:update-over": {
|
|
"public": true,
|
|
"description": "调用资源更新后的广播事件"
|
|
}
|
|
},
|
|
"menu": [
|
|
{
|
|
"path": "工作台",
|
|
"label": "更新ui资源",
|
|
"icon": "",
|
|
"message": "update_ui"
|
|
},
|
|
{
|
|
"path": "工作台",
|
|
"label": "更新json资源",
|
|
"icon": "",
|
|
"message": "update_json"
|
|
},
|
|
{
|
|
"path": "工作台",
|
|
"label": "更新json类型提示",
|
|
"icon": "",
|
|
"message": "update_jsonType"
|
|
},
|
|
{
|
|
"path": "工作台",
|
|
"label": "更新sound资源",
|
|
"icon": "",
|
|
"message": "update_sound"
|
|
},
|
|
{
|
|
"path": "工作台",
|
|
"label": "更新spine资源",
|
|
"icon": "",
|
|
"message": "update_spine"
|
|
},
|
|
{
|
|
"path": "工作台",
|
|
"label": "更新后端shared文件",
|
|
"icon": "",
|
|
"message": "update_shared"
|
|
},
|
|
{
|
|
"path": "工作台",
|
|
"label": "提交翻译文本",
|
|
"icon": "",
|
|
"message": "submitTanslation"
|
|
}
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"form-data": "^4.0.0"
|
|
}
|
|
}
|