{
  "name": "objects-to-csv",
  "version": "1.3.6",
  "description": "Converts an array of objects into a CSV file. Saves CSV to disk or returns as string.",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/jest/bin/jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anton-bot/objects-to-csv.git"
  },
  "keywords": [
    "csv",
    "object-to-csv",
    "async-csv",
    "converters",
    "conversion",
    "utilities",
    "utils",
    "json-to-csv",
    "json2csv",
    "array-to-csv"
  ],
  "author": "Anton Ivanov <anton@ivanov.hk>",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/anton-bot/objects-to-csv/issues"
  },
  "homepage": "https://github.com/anton-bot/objects-to-csv#readme",
  "dependencies": {
    "async-csv": "^2.1.3"
  },
  "devDependencies": {
    "jest": "^24.9.0"
  }
}
