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" + } +}