From 01abfe90acd0f8cbcb807896758e52c45010ed38 Mon Sep 17 00:00:00 2001 From: Nick Stokoe Date: Fri, 30 Dec 2022 18:09:58 +0000 Subject: [PATCH] package.json - npm init --- 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..888931f --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "new-year-countdown", + "version": "1.0.0", + "description": "Count down each New Year's arrival around the world", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}