{
  "name": "json-csv",
  "version": "4.0.24",
  "description": "Easily convert JSON array to CSV in Node.JS via buffered or streaming.",
  "homepage": "https://github.com/IWSLLC/json-csv",
  "author": "Nathan Bridgewater <info@iws.io> (http://iws.io/)",
  "keywords": [
    "csv",
    "export",
    "json"
  ],
  "repository": "github:iwsllc/json-csv",
  "main": "./src/index.js",
  "engines": {
    "node": ">=10"
  },
  "files": [
    "src"
  ],
  "devDependencies": {
    "@iwsio/eslint-config": "^1.0.10",
    "coffeescript": "^2.7.0",
    "debug": "^4.4.1",
    "mocha": "^9.2.2",
    "should": "^13.2.3",
    "typescript": "^5.8.3"
  },
  "bugs": {
    "url": "https://github.com/IWSLLC/json-csv/issues"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha $@"
  },
  "license": "BSD-3"
}
