From 4fefb552ef18a8b8326f732ec0141fc85f6d8847 Mon Sep 17 00:00:00 2001 From: Colin Diem Date: Fri, 22 Apr 2022 18:46:22 -0400 Subject: [PATCH] initial commit. --- package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package.json 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" +}