mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-08 03:16:49 +08:00
128 lines
3.5 KiB
JSON
128 lines
3.5 KiB
JSON
{
|
|
"package_version": 2,
|
|
"version": "3.0.0.20260220",
|
|
"name": "oops-framework",
|
|
"description": "i18n:oops-framework.description",
|
|
"main": "./dist/main.js",
|
|
"author": "dgflash",
|
|
"editor": ">=3.4.2",
|
|
"repository": "https://gitee.com/dgflash/oops-plugin-framework",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -w",
|
|
"doc": "npx typedoc",
|
|
"update-report": "node tools/generate_update_report.js"
|
|
},
|
|
"contributions": {
|
|
"inspector": {
|
|
"section": {
|
|
"asset": {
|
|
"directory": "./dist/asset-directory.js"
|
|
}
|
|
}
|
|
},
|
|
"asset-db": {
|
|
"mount": {
|
|
"path": "./assets",
|
|
"readonly": false
|
|
}
|
|
},
|
|
|
|
"menu": [
|
|
{
|
|
"path": "i18n:oops-framework.name/i18n:oops-framework.tools",
|
|
"label": "i18n:oops-framework.tools_animator_editor",
|
|
"message": "animator_editor"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"label": "i18n:oops-framework.document_oops",
|
|
"message": "document"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"label": "i18n:oops-framework.document_api",
|
|
"message": "documentApi"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"label": "i18n:oops-framework.tutorial",
|
|
"message": "tutorial"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"label": "i18n:oops-framework.solution",
|
|
"message": "solution"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"label": "i18n:oops-framework.gitee",
|
|
"message": "gitee"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"label": "i18n:oops-framework.github",
|
|
"message": "github"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"type": "separator"
|
|
},
|
|
{
|
|
"path": "i18n:oops-framework.name",
|
|
"label": "i18n:oops-framework.log",
|
|
"message": "log"
|
|
}
|
|
],
|
|
"messages": {
|
|
"document": {
|
|
"methods": [
|
|
"document"
|
|
]
|
|
},
|
|
"documentApi": {
|
|
"methods": [
|
|
"documentApi"
|
|
]
|
|
},
|
|
"log": {
|
|
"methods": [
|
|
"log"
|
|
]
|
|
},
|
|
"tutorial": {
|
|
"methods": [
|
|
"tutorial"
|
|
]
|
|
},
|
|
"solution": {
|
|
"methods": [
|
|
"solution"
|
|
]
|
|
},
|
|
"gitee": {
|
|
"methods": [
|
|
"gitee"
|
|
]
|
|
},
|
|
"github": {
|
|
"methods": [
|
|
"github"
|
|
]
|
|
},
|
|
"animator_editor": {
|
|
"methods": [
|
|
"animator_editor"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@cocos/creator-types": "^3.8.2",
|
|
"@types/node": "^20.16.12",
|
|
"typedoc": "^0.23.24",
|
|
"typescript": "^4.8.2"
|
|
}
|
|
} |