excel-builder-vanilla
Version:
An easy way of building Excel files with javascript
52 lines • 1.18 kB
JSON
{
"name": "excel-builder-vanilla",
"version": "4.2.1",
"description": "An easy way of building Excel files with javascript",
"keywords": [
"excel",
"export",
"javascript",
"xls",
"xlsx",
"spreadsheet",
"writer"
],
"author": "Stephen Liberty",
"contributors": [
{
"name": "Ghislain B."
}
],
"homepage": "https://github.com/ghiscoding/excel-builder-vanilla",
"bugs": {
"url": "https://github.com/ghiscoding/excel-builder-vanilla/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ghiscoding/excel-builder-vanilla.git",
"directory": "packages/excel-builder-vanilla"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"types": "./dist/index.d.ts",
"sideEffects": false,
"funding": {
"type": "ko_fi",
"url": "https://ko-fi.com/ghiscoding"
},
"dependencies": {
"fflate": "^0.8.2"
},
"gitHead": "852aea16f6dcf4da823120053676cbcb8c576017"
}