UNPKG

@pilag6/csv-downloader

Version:

Lightweight CSV export utility for Vue and React

36 lines (35 loc) 784 B
{ "name": "@pilag6/csv-downloader", "version": "1.0.2", "description": "Lightweight CSV export utility for Vue and React", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts", "prepare": "npm run build", "patch": "npm version patch" }, "keywords": [ "csv", "download", "export", "vue", "react", "typescript" ], "repository": { "type": "git", "url": "https://github.com/Pilag6/csv-downloader.git" }, "homepage": "https://github.com/Pilag6/csv-downloader#readme", "bugs": { "url": "https://github.com/Pilag6/csv-downloader/issues" }, "author": "Pila Gonzalez", "license": "MIT", "devDependencies": { "tsup": "^8.5.0", "typescript": "^5.9.2" } }