From fb476a92de5e9172e52e58aa8b65fc4d1ce4e755 Mon Sep 17 00:00:00 2001 From: Arjun Sharda <77706434+ArjunSharda@users.noreply.github.com> Date: Sat, 18 Feb 2023 11:09:20 -0600 Subject: [PATCH] Create package.json --- Quotifo/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Quotifo/package.json diff --git a/Quotifo/package.json b/Quotifo/package.json new file mode 100644 index 0000000..1275599 --- /dev/null +++ b/Quotifo/package.json @@ -0,0 +1,16 @@ +{ + "name": "quotifo", + "version": "0.0.4b", + "description": "Quotes", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "Arjun Sharda", + "license": "ISC", + "dependencies": { + "@types/node": "^18.0.6", + "node-fetch": "^3.2.6" + } +}