faster-csv
Version:
Minimal dependency, fast CSV parser and formatter using modern Node.js APIs.
30 lines (29 loc) • 607 B
JSON
{
"name": "faster-csv",
"version": "1.0.0",
"description": "Minimal dependency, fast CSV parser and formatter using modern Node.js APIs.",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"engines": {
"node": ">=18"
},
"keywords": [
"csv",
"parser",
"formatter",
"stream",
"typescript",
"fast-csv"
],
"author": "Abhimanyu Singh",
"license": "MIT",
"devDependencies": {
"@types/node": "^24.0.12",
"typescript": "^5.8.3"
}
}