This repository has been archived by the owner on Nov 19, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
61 lines (61 loc) · 1.61 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "hellsnake-bot",
"version": "1.0.1",
"description": "'-'",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HELLSNAKES/hellsnake-bot.git"
},
"keywords": [
"hellsnakebot"
],
"author": "HELLSNAKE",
"license": "MIT",
"bugs": {
"url": "https://github.com/HELLSNAKES/hellsnake-bot/issues"
},
"homepage": "https://github.com/HELLSNAKES/hellsnake-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@weky/inlinereply": "0.0.0",
"ascii-table": "0.0.9",
"canvas": "^2.8.0",
"common-tags": "^1.8.0",
"concat-stream": "^2.0.0",
"discord-buttons": "^4.0.0",
"discord-minesweeper": "^1.1.0",
"discord-together": "^1.1.31",
"discord-uno": "^2.0.21",
"discord.js": "^12.5.3",
"distube": "^2.8.18",
"ffmpeg-static": "^4.4.0",
"moment": "^2.29.1",
"mongodb": "^4.1.2",
"mongoose": "^6.0.5",
"ms": "^2.1.3",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"path": "^0.12.7",
"promise-streams": "^2.1.1",
"reconlx": "^1.3.51",
"sanitize-filename": "^1.6.3",
"string-progressbar": "^1.0.4",
"wait-on": "^6.0.0",
"weky": "^3.1.2",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"eslint": "^7.31.0"
},
"engines": {
"node": "14.x"
}
}