simplified-json-to-excel
Version:
A simplified json to excel library for JavaScript and TypeScript
41 lines (40 loc) • 865 B
JSON
{
"name": "simplified-json-to-excel",
"version": "1.1.3",
"description": "A simplified json to excel library for JavaScript and TypeScript",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist"
],
"keywords": [
"xlsx",
"excel",
"json",
"generate",
"convert",
"simplified",
"report",
"multiple sheets"
],
"scripts": {
"build-lib": "rollup -c"
},
"author": "Patrick NAYITURIKI",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-typescript": "^8.5.0",
"@types/node": "^12.20.13",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"typescript": "^4.3.2"
},
"dependencies": {
"xlsx": "^0.18.5"
},
"repository": {
"type": "git",
"url": "https://github.com/pnayituriki/simplified-json-to-excel.git"
}
}