@code-zhf/export-json-2-excel
Version:
export arrayJson to excel
33 lines (32 loc) • 768 B
JSON
{
"name": "@code-zhf/export-json-2-excel",
"version": "1.0.3",
"description": "export arrayJson to excel",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"EXCEL",
"JSON",
"ExportJson2Excel"
],
"repository": {
"type": "git",
"url": "git+https://github.com/codezhanghefei/ExportJson2Excel.git"
},
"author": "codezhanghefei",
"license": "ISC",
"bugs": {
"url": "https://github.com/codezhanghefei/ExportJson2Excel/issues"
},
"homepage": "https://github.com/codezhanghefei/ExportJson2Excel#readme",
"dependencies": {
"file-saver": "^2.0.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"rollup": "^2.79.1"
}
}