{
    "author": "mrodrig",
    "name": "@mrodrig/json-2-csv-cli",
    "description": "CLI for the json-2-csv package",
    "version": "5.5.9",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/mrodrig/json-2-csv-cli.git"
    },
    "bugs": {
        "url": "https://github.com/mrodrig/json-2-csv-cli/issues"
    },
    "bin": {
        "json2csv": "bin/json2csv.js",
        "csv2json": "bin/csv2json.js"
    },
    "keywords": [
        "json",
        "to",
        "csv",
        "converter",
        "export",
        "json2csv",
        "csv2json",
        "parse",
        "parser",
        "json-2-csv",
        "csv-2-json",
        "cli"
    ],
    "dependencies": {
        "commander": "12.1.0",
        "json-2-csv": "5.5.9"
    },
    "engines": {
        "node": ">= 18"
    },
    "license": "MIT"
}
