From 994c2be53b11c8e9854743b3924094fb97b34022 Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 20 Oct 2017 18:02:23 -0400 Subject: Added the source files --- package.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 0000000..f96cf3a --- /dev/null +++ b/package.json @@ -0,0 +1,23 @@ +{ + "name": "astralmod", + "version": "1.0.0", + "description": "Discord Moderation Bot for AstralPhaser Central, ShiftOS, theShell and other servers", + "main": "bot.js", + "scripts": { + "start": "node bot.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/vicr123/AstralMod.git" + }, + "author": "vicr123", + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/vicr123/AstralMod/issues" + }, + "dependencies": { + "discord.js": "^11.1.0", + "fs": "0.0.1-security", + "opusscript": "0.0.3" + } +} -- cgit v1.2.3