-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "lrbot",
"version": "1.0.0",
"description": "bot for pinning",
"main": "bot.js",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"console-stamp": "^3.0.2",
"discord.js": "^12.5.3",
"exceljs": "^4.2.1",
"ffmpeg-static": "^4.3.0",
"fs": "^0.0.1-security",
"moment-timezone": "^0.5.33",
"node-fetch": "^2.6.1",
"simple-youtube-api": "^5.2.1",
"sqlite": "^4.0.21",
"sqlite3": "^5.0.2",
"thoughtful-question-generator": "github:HeladoDeBrownie/Thoughtful-Question-Generator#491077f8217942aff95a460bdbfa2fbc6c52abae",
"ytdl": "^1.4.1",
"ytdl-core": "^4.7.0",
"ytdl-core-discord": "^1.3.0"
},
"scripts": {
"test": "ping",
"watch": "nodemon -e js . bot.js",
"debug": "nodemon --inspect -e js . bot.js"
},
"author": "Mindset",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/mindset-tk/LRBot.git"
},
"bugs": {
"url": "https://github.com/mindset-tk/LRBot/issues"
},
"homepage": "https://github.com/mindset-tk/LRBot#readme"
}