From db41e5e73f54224e5a9baea4ac29cef22f8c0eb3 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 9 Mar 2020 18:14:27 +0100 Subject: [PATCH] Initialize NPM --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..3c4a475 --- /dev/null +++ b/package.json @@ -0,0 +1,12 @@ +{ + "name": "covid", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC" +}