json-csv-json
Version:
This package can perform conversion of json to csv or csv to json.
25 lines (24 loc) • 534 B
JSON
{
"name": "json-csv-json",
"version": "1.0.10",
"description": "This package can perform conversion of json to csv or csv to json.",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"json to csv",
"json-2-csv",
"csv to json",
"csv-2-json"
],
"author": "Bhagya Shah",
"license": "MIT",
"dependencies": {
"@vercel/ncc": "^0.38.3",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"url": "^0.11.4"
}
}