UNPKG

csv-export-import

Version:

This package will help converting data objects to csv and vice versa.

26 lines 572 B
{ "name": "csv-export-import", "description": "This package will help converting data objects to csv and vice versa.", "license": "MIT", "version": "0.0.11", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "repository": { "url": "https://github.com/balajimk/csv-export-import" }, "keywords": [ "csv", "csv import", "csv export" ], "devDependencies": { "@changesets/cli": "^2.27.1", "tsup": "^8.0.2", "typescript": "^5.4.3" }, "scripts": { "build": "tsup", "lint": "tsc" } }