commit db41e5e73f54224e5a9baea4ac29cef22f8c0eb3 Author: Daniel Bulant Date: Mon Mar 9 18:14:27 2020 +0100 Initialize NPM 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" +}