{
  "name": "jsonexport",
  "version": "3.2.0",
  "description": "Makes easy to convert JSON to CSV",
  "main": "./lib",
  "scripts": {
    "test": "mocha tests/*.js tests/**/*.js",
    "lint": "./node_modules/.bin/jshint ./lib/index.js",
    "build:dist": "npm-run-all build:dist:js build:dist:overwrite",
    "build:dist:js": "babel lib --out-dir dist --presets=env",
    "build:dist:overwrite": "node ./bin/builddist.js",
    "deploy": "npm run build:dist && npm publish"
  },
  "pre-commit": [
    "build:dist"
  ],
  "bin": {
    "jsonexport": "bin/jsonexport.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kauegimenes/jsonexport.git"
  },
  "keywords": [
    "export",
    "json",
    "to",
    "2",
    "csv",
    "converter",
    "output",
    "array",
    "object",
    "json-to-csv",
    "json2csv",
    "parse",
    "stream",
    "transform",
    "big",
    "files"
  ],
  "author": "Kauê Gimenes",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/kauegimenes/jsonexport/issues"
  },
  "homepage": "https://github.com/kauegimenes/jsonexport",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "benchmark": "^2.1.4",
    "chai": "^4.1.2",
    "jshint": "^2.11.1",
    "mocha": "^7.1.2",
    "npm-run-all": "^4.1.3",
    "pre-commit": "^1.2.2"
  },
  "runkitExampleFilename": "examples/simple.js"
}
