{ "package_version": 2, "version": "1.0.0", "name": "oops-framework", "description": "i18n:oops-framework.description", "main": "./dist/main.js", "author": "dgflash", "editor": ">=3.4.2", "scripts": { "build": "tsc -b", "watch": "tsc -w", "doc": "npx typedoc" }, "contributions": { "asset-db": { "mount": { "path": "./assets", "readonly": false } }, "menu": [ { "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.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" ] }, "solution": { "methods": [ "solution" ] }, "gitee": { "methods": [ "gitee" ] }, "github": { "methods": [ "github" ] } } }, "devDependencies": { "@types/node": "^20.16.12", "typedoc": "^0.23.24", "typescript": "^4.8.2" } }