UNPKG

exportdatafile

Version:
49 lines (48 loc) 930 B
{ "name": "exportdatafile", "version": "1.0.44", "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/samsularifin05/exportdatafile.git" }, "description": "Export Data Excel Pdf and Txt", "keywords": [ "export", "excel", "pdf", "txt", "jspdf", "exceljs", "export data to pdf", "export data to excel", "export data to txt" ], "files": [ "dist/" ], "tsup": { "entry": [ "src/index.ts" ], "splitting": false, "sourcemap": true, "clean": true }, "scripts": { "build:dev": "tsup", "build": "tsup && sh ./helper/build-prod.sh", "update": "npm publish" }, "author": "samsularifin05", "license": "ISC", "dependencies": { "exceljs": "^4.4.0", "jspdf": "^3.0.4", "jspdf-autotable": "^5.0.2" }, "devDependencies": { "tsup": "^8.5.1", "typescript": "^5.3.3" } }