UNPKG

csv-for-you

Version:

CSV parser. Supports all nodeJS versions.

47 lines 896 B
{ "name": "csv-for-you", "version": "2.0.0", "description": "CSV parser. Supports all nodeJS versions.", "main": "index.js", "types": "index.d.ts", "scripts": { "build": "tsc", "prepare": "tsc", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "csvfy": "bin/csvfy.js" }, "dependencies": { "commander": "^12.1.0" }, "devDependencies": { "@types/node": "^20.11.30", "typescript": "^5.6.3" }, "keywords": [ "csv", "csv-parser", "parser", "parse", "csv-array", "array", "object", "csv-object", "backend", "nodejs", "csv-to-json", "json", "converter", "npm" ], "repository": { "type": "git", "url": "https://github.com/Minka1902/csv-for-you.git" }, "author": { "name": "Michael Scharff", "email": "minka.scharff@gmail.com" }, "license": "ISC" }