{ "package_version": 2, "version": "1.0.0", "name": "oops-plugin-excel-to-json", "description": "i18n:oops-plugin-excel-to-json.description", "main": "./dist/main.js", "author": "dgflash", "dependencies": { "fs-extra": "^10.0.0" }, "devDependencies": { "@types/fs-extra": "^9.0.5", "@types/node": "^16.0.1", "exceljs": "^4.2.1" }, "contributions": { "project": { "tab1": { "label": "Excel to Json", "content": { "PathExcel": { "ui": "ui-input", "default": "" }, "PathJson": { "ui": "ui-input", "default": "" }, "PathTs": { "ui": "ui-input", "default": "" } } } }, "menu": [ { "path": "i18n:menu.extension", "label": "i18n:oops-plugin-excel-to-json.title", "message": "excelToJson" } ], "messages": { "excelToJson": { "methods": [ "excelToJson" ] } } }, "scripts": { "build": "tsc -b", "watch": "tsc -w" } }