1 Star 0 Fork 37

xucsb/oops-plugin-excel-to-json

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
dgflash 提交于 2022-07-26 16:29 . 首次提交
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xucsb16/oops-plugin-excel-to-json.git
[email protected]:xucsb16/oops-plugin-excel-to-json.git
xucsb16
oops-plugin-excel-to-json
oops-plugin-excel-to-json
master

搜索帮助