initial commit.

This commit is contained in:
2022-04-22 18:46:22 -04:00
commit 4fefb552ef

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"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"
}