From 9ace1026cc37f1298158dc4e8a2840a10173d9c7 Mon Sep 17 00:00:00 2001 From: quagmire Date: Sun, 13 Mar 2022 15:46:45 +0000 Subject: [PATCH] Add 'package.json' --- package.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..aea3a8b --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "shortner-abuser", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "quagmire", + "license": "BSD-3", + "description": "", + "dependencies": { + "isgd-api": "^1.1.1", + "npm": "^8.5.4", + "yiff-rocks": "^2.0.5" + } +}