Files
oops-plugin-excel-to-json/package.json
2025-03-21 15:24:13 +08:00

84 lines
2.6 KiB
JSON

{
"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",
"typescript": "^4.8.2"
},
"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-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": ""
},
"PathJsonClient": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": ""
},
"PathTsClient": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": ""
},
"PathJsonServer": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": ""
},
"PathTsServer": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": ""
}
}
}
},
"menu": [
{
"path": "i18n:oops-plugin-excel-to-json.name/i18n:oops-plugin-excel-to-json.tools",
"label": "i18n:oops-plugin-excel-to-json.title",
"message": "excelToJson"
}
],
"messages": {
"excelToJson": {
"methods": [
"excelToJson"
]
}
}
},
"scripts": {
"build": "tsc -b",
"watch": "tsc -w"
}
}