aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3e9e936
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "astralquote",
+ "version": "1.0.0",
+ "description": "Wanna quote something in AstralPhaser Central? Well, this bot powers it!",
+ "main": "bot.js",
+ "dependencies": {
+ "discord.js": "^11.2.1"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/FakeDiscordServersBots/AstralQuote.git"
+ },
+ "author": "",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/FakeDiscordServersBots/AstralQuote/issues"
+ },
+ "homepage": "https://github.com/FakeDiscordServersBots/AstralQuote#readme"
+}