Files
json-to-csv/package.json
2022-04-22 18:46:22 -04:00

12 lines
266 B
JSON

{
"name": "json-to-csv",
"version": "0.0.1",
"description": "A command line tool to convert json files to csv.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Colin Diem",
"license": "ISC"
}