summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-23 23:24:17 -0700
committer8cy <[email protected]>2020-07-23 23:24:17 -0700
commitbb511abc03bb66848947e37a999502b813c77269 (patch)
tree612c010fc8317e1cdf11471a18aad0270819d33e /package.json
parentfix: if clear amount equal or over 100, round down to 99 (diff)
downloaddep-core-bb511abc03bb66848947e37a999502b813c77269.tar.xz
dep-core-bb511abc03bb66848947e37a999502b813c77269.zip
goodbye old uwufier :cry:
Diffstat (limited to 'package.json')
-rw-r--r--package.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 672f55b..0000000
--- a/package.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "name": "uwufier",
- "version": "1.10.0",
- "description": "A Discord bot that supports audio playback, fun commands, utilities, and soundsboard, and more to come!",
- "main": "./dist/app.js",
- "scripts": {
- "build": "tsc || true",
- "build:dev": "tsc --watch || true",
- "start": "cd dist && node app || true",
- "start:dev": "cd dist && supervisor app || true"
- },
- "author": "sin",
- "license": "MIT",
- "dependencies": {
- "@discordjs/opus": "^0.1.0",
- "animequote": "^1.1.1",
- "arnie-quote": "^1.3.0",
- "axios": "^0.19.2",
- "body-parser": "^1.19.0",
- "btc-value": "^3.0.1",
- "canvas": "^2.6.1",
- "cheerio": "^1.0.0-rc.3",
- "chewbacca-quotes": "^1.0.0",
- "common-tags": "^1.8.0",
- "cows": "^2.1.0",
- "crypto": "^1.0.1",
- "culturedtext": "^1.2.0",
- "date-fns": "^2.12.0",
- "discord.js": "github:discordjs/discord.js",
- "discord.js-commando": "github:discordjs/Commando",
- "dogeify-js": "^1.2.0",
- "emoji-random": "^0.1.2",
- "express": "^4.17.1",
- "express-handlebars": "^4.0.3",
- "ffmpeg-static": "^4.1.1",
- "figlet": "^1.3.0",
- "gamedig": "^2.0.20",
- "harvey-specter-quotes": "^1.4.1",
- "howifier": "^1.2.2",
- "insult": "0.0.3",
- "is-image-url": "^1.1.8",
- "lorem-memesum": "^1.2.0",
- "mathjs": "^6.6.4",
- "moment": "^2.24.0",
- "moment-duration-format": "^2.3.2",
- "mongoose": "^5.9.10",
- "motivations": "^1.1.2",
- "nekos.life": "^2.0.6",
- "node-opus": "^0.3.3",
- "node-superfetch": "^0.1.10",
- "popular-movie-quotes": "^1.2.4",
- "random-js": "^2.1.0",
- "romanize": "^1.1.1",
- "rss-parser": "^3.7.6",
- "simple-youtube-api": "^5.2.1",
- "spongibobu.js": "^1.1.0",
- "uwufy": "^1.0.5",
- "whois": "^2.12.1",
- "winston": "^3.2.1",
- "ytdl-core": "^2.1.0",
- "zero-two-quotes": "^1.0.2"
- },
- "devDependencies": {
- "@types/express": "^4.17.6",
- "@types/express-handlebars": "^3.1.0",
- "@types/mongoose": "^5.7.15",
- "supervisor": "^0.12.0",
- "typescript": "^3.8.3"
- }
-}