ssr-xlsx-export
Version:
A lightweight library to convert array data to downloadable XLSX files
43 lines (42 loc) • 1.01 kB
JSON
{
"name": "ssr-xlsx-export",
"version": "1.0.3",
"description": "A lightweight library to convert array data to downloadable XLSX files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"README.md"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"xlsx",
"excel",
"download",
"export",
"array",
"typescript",
"javascript"
],
"author": "Sri Rakesh Kumar",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/SriRakeshKumar/ssr-xlsx-export.git"
},
"bugs": {
"url": "https://github.com/SriRakeshKumar/ssr-xlsx-export/issues"
},
"homepage": "https://github.com/SriRakeshKumar/ssr-xlsx-export#readme",
"dependencies": {
"xlsx-js-style": "^1.2.0"
}
}