1 Star 0 Fork 35

sjf/oops-plugin-excel-to-json

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
sjf 提交于 2024-03-14 16:34 . up to 3.8.2
{
"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-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": "project://assets/bundle/config/excel"
},
"PathJsonClient": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": "project://assets/bundle/config/json"
},
"PathTsClient": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": "project://assets/script/common/table"
},
"PathJsonServer": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": ""
},
"PathTsServer": {
"ui": "ui-file",
"attributes": {
"type": "directory",
"protocols": "project"
},
"default": ""
}
}
}
},
"menu": [
{
"path": "i18n:menu.extension/oops-framework",
"label": "i18n:oops-plugin-excel-to-json.title",
"message": "excelToJson"
}
],
"messages": {
"excelToJson": {
"methods": [
"excelToJson"
]
}
}
},
"scripts": {
"build": "tsc -b",
"watch": "tsc -w"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/sjf91/oops-plugin-excel-to-json.git
git@gitee.com:sjf91/oops-plugin-excel-to-json.git
sjf91
oops-plugin-excel-to-json
oops-plugin-excel-to-json
master

搜索帮助