-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·47 lines (47 loc) · 1.09 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
{
"name": "SR Bot",
"version": "1.0.0",
"description": "Suicide Race's first Discord Bot",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"test": "jest",
"dev": "nodemon bot.js"
},
"author": "Damani McCaskie",
"contributors": [
{
"name": "Christopher King"
}
],
"permissions": 1277597760,
"dependencies": {
"@discordjs/voice": "^0.13.0",
"cheerio": "^1.0.0-rc.3",
"coingecko-api": "^1.0.10",
"cows": "^2.1.0",
"discord.js": "^13.0.0",
"dotenv": "^16.0.0",
"ffmpeg": "0.0.4",
"flip-text": "^1.1.0",
"fs": "0.0.1-security",
"jimp": "^0.16.2",
"libsodium-wrappers": "^0.7.10",
"mathjs": "^9.3.2",
"opusscript": "0.0.7",
"random-number": "0.0.9",
"request": "^2.88.2",
"snekfetch": "^4.0.4",
"to-zalgo": "^1.0.1",
"weather-js": "^2.0.0",
"winston": "^3.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/TheNotoriousMac/JSDiscordBot"
},
"devDependencies": {
"jest": "^26.6.3",
"nodemon": "^2.0.15"
}
}