UNPKG

@codeenzyme/csv-json-cli

Version:

A command line utility for converting csv to/from json

43 lines (42 loc) 849 B
{ "name": "@codeenzyme/csv-json-cli", "version": "0.0.1-alpha04", "description": "A command line utility for converting csv to/from json", "main": "index.js", "scripts": { "test": "jest" }, "bin": { "c2j": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/victor-el/csv-json-cli.git" }, "keywords": [ "csv", "json", "cli", "converter", "csv2json", "converter", "csv", "to", "json", "json-csv" ], "author": "Victor Elezua", "license": "MIT", "bugs": { "url": "https://github.com/victor-el/csv-json-cli/issues" }, "homepage": "https://github.com/victor-el/csv-json-cli#readme", "devDependencies": { "jest": "^26.6.3" }, "dependencies": { "chalk": "^4.1.0", "commander": "^6.2.0", "csv2jsonjs": "^1.0.1" } }