From d41ef1c9ed12577996d47b1de70a1da4e3274bb6 Mon Sep 17 00:00:00 2001 From: staticfanfare Date: Sun, 17 Dec 2023 18:28:13 -0500 Subject: [PATCH] npm init --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ddcd134 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "skopa", + "version": "0.0.1", + "description": "a general-purpose discord bot", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.canary.city/staticfanfare/skopa/" + }, + "author": "staticfanfare", + "license": "AGPL-3.0-or-later" +}