From da8c3c78cba4c3763b35138bfd58667ec8ad5f01 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Wed, 13 Sep 2023 21:22:23 -0400 Subject: [PATCH] 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..247ebe3 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "outcomes-tracker", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC" +}