UNPKG

filefy

Version:

A javascript library to produce downloadable files sucs as in CSV, PDF, XLSX, DOCX formats

34 lines (33 loc) 671 B
{ "name": "filefy", "version": "0.1.11", "description": "A javascript library to produce downloadable files sucs as in CSV, PDF, XLSX, DOCX formats", "main": "./dist/index.js", "homepage": "https://github.com/mbrn/filefy#readme", "author": "Mehmet Baran", "license": "MIT", "files": [ "dist" ], "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/mbrn/filefy.git" }, "keywords": [ "javascript", "file", "export", "csv", "pdf", "xlsx" ], "bugs": { "url": "https://github.com/mbrn/filefy/issues" }, "devDependencies": { "typescript": "3.1.3" } }