From 7428f488f2e7c6ba9850e78970b102530ddb8d92 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 6 Jul 2022 02:38:50 +0100 Subject: [PATCH] build(node): create package.json --- package.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f889a97 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "arabot", + "version": "0.0.1", + "description": "A Discord bot for Animal Rights Advocates", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Animal-Rights-Advocates-Discord/arabot.ts.git" + }, + "keywords": [ + "discord", + "veganism", + "sapphire", + "discordjs" + ], + "author": "Animal Rights Advocates", + "license": "GPL-3.0-or-later", + "bugs": { + "url": "https://github.com/Animal-Rights-Advocates-Discord/arabot.ts/issues" + }, + "homepage": "https://github.com/Animal-Rights-Advocates-Discord/arabot.ts#readme" +}