commit 4fefb552ef18a8b8326f732ec0141fc85f6d8847 Author: Colin Diem Date: Fri Apr 22 18:46:22 2022 -0400 initial commit. diff --git a/package.json b/package.json new file mode 100644 index 0000000..116a7ae --- /dev/null +++ b/package.json @@ -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" +}