summaryrefslogtreecommitdiff
path: root/package.json
blob: caa53bad3646a7e18d8fe8b7743f2e138d819f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "name": "package",
  "version": "7.2.0",
  "description": "",
  "main": "./dist/app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "run": "supervisor ./dist/app.js"
  },
  "author": "sin",
  "license": "MIT",
  "dependencies": {
    "@discordjs/opus": "^0.1.0",
    "at-quotes": "^1.3.3",
    "body-parser": "^1.19.0",
    "btc-value": "^3.0.1",
    "culturedtext": "^1.2.0",
    "demojijs": "^1.2.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",
    "howifier": "^1.2.2",
    "insult": "0.0.3",
    "is-image-url": "^1.1.8",
    "lorem-memesum": "^1.2.0",
    "minecraft-protocol": "^1.11.0",
    "moment": "^2.24.0",
    "moment-duration-format": "^2.3.2",
    "nekos.life": "^2.0.6",
    "node-opus": "^0.3.3",
    "node-schedule": "^1.3.2",
    "opn": "^6.0.0",
    "simple-youtube-api": "^5.2.1",
    "sleep": "^6.1.0",
    "spongibobu.js": "^1.1.0",
    "ytdl-core": "^2.1.0"
  },
  "devDependencies": {
    "@types/express": "^4.17.6",
    "@types/express-handlebars": "^3.1.0"
  }
}