From: Elijah Cohen Date: Fri, 29 Jan 2021 02:25:17 +0000 (-0600) Subject: node bs X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=49ffd823d6f6872836bd9714a858d39513e6d186;p=comics node bs --- diff --git a/node/package.json b/node/package.json new file mode 100644 index 0000000..91fa5d7 --- /dev/null +++ b/node/package.json @@ -0,0 +1,16 @@ +{ + "name": "geturl", + "version": "1.0.0", + "description": "fuck you", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "fuck you", + "dependencies": { + "express": "^4.17.1", + "jsdom": "^16.4.0", + "node-fetch": "^2.6.1" + } +}