UNPKG

excel-builder-vanilla

Version:

An easy way of building Excel files with javascript

50 lines 1.15 kB
{ "name": "excel-builder-vanilla", "version": "4.0.1", "description": "An easy way of building Excel files with javascript", "keywords": [ "excel", "javascript", "xls", "xlsx", "spreadsheet" ], "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": "4e411857759405bab9fef22ec046c7633d1b8fd3" }