{ "package_version": 2, "version": "2.0.1", "name": "seek-pro", "description": "快速查找", "main": "./dist/main.js", "dependencies": { "vue": "^3.1.4", "fs-extra": "^10.0.0" }, "devDependencies": { "@types/node": "^16.0.1", "@types/fs-extra": "^9.0.5", "typescript": "^4.3.4" }, "panels": { "missPanel": { "title": "查找uuid的丢失", "type": "dockable", "main": "dist/panels/seek_miss_panel/seek_miss_panel.js", "size": { "min-width": 500, "min-height": 200, "width": 600, "height": 500 } }, "wherePanel": { "title": "查找uuid的使用", "type": "dockable", "main": "dist/panels/seek_where_panel/seek_where_panel.js", "size": { "min-width": 500, "min-height": 200, "width": 600, "height": 500 } } }, "contributions": { "menu": [ { "path": "i18n:menu.extension/seek-pro", "label": "查找uuid的丢失", "message": "open-seek-miss-panel" } ], "messages": { "get-seek-uuid": { "methods": [ "get_seek_uuid" ] }, "set-seek-uuid": { "methods": [ "set_seek_uuid" ] }, "open-seek-miss-panel": { "methods": [ "open_seek_miss_panel" ] }, "refresh-where-panel": { "methods": [ "wherePanel.onRefreshUuid" ] }, "refresh-miss-panel": { "methods": [ "missPanel.onRefreshUuid" ] } }, "shortcuts": [ { "message": "open-seek-miss-panel", "win": "ctrl+F2", "mac": "cmd+F2" } ], "assets": { "menu": { "methods": "dist/main.js", "assetMenu": "onAssetMenu" } } }, "author": "yangqun", "editor": ">=3.3.0", "scripts": { "build": "tsc -b", "watch": "tsc -w" }, "_storeId": "888a6e3147d86d2da76ad958b81a5b52" }