mirror of
https://gitee.com/dgflash/oops-plugin-excel-to-json.git
synced 2026-05-07 08:46:24 +08:00
84 lines
2.6 KiB
JSON
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"
|
|
}
|
|
} |