json-excel-style
Version:
Export json to excel with style!
35 lines • 763 B
JSON
{
"name": "json-excel-style",
"version": "1.0.0",
"description": "Export json to excel with style!",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1pone/json-excel-style.git"
},
"keywords": [
"json-excel-style",
"json-to-excel",
"json",
"excel",
"style",
"xls",
"xlsx",
"json2excel"
],
"author": "onepone",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/1pone/json-excel-style/issues"
},
"homepage": "https://github.com/1pone/json-excel-style#readme",
"dependencies": {
"xlsx-js-style": "^1.0.0"
},
"devDependencies": {
"@types/node": "^17.0.6"
}
}