-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 884 Bytes
/
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
{
"name": "folhoso",
"version": "1.0.0",
"description": "Folhoso Bot",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --inspect ./server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggfto/folhoso.git"
},
"keywords": [
"folhoso",
"folhinha",
"bot",
"discord"
],
"author": "G5",
"license": "ISC",
"bugs": {
"url": "https://github.com/ggfto/folhoso/issues"
},
"homepage": "https://github.com/ggfto/folhoso#readme",
"dependencies": {
"@discordjs/opus": "^0.6.0",
"discord.js": "^12.5.3",
"dotenv": "^14.2.0",
"ffmpeg-static": "^4.4.0",
"sequelize": "^6.6.5",
"sqlite3": "5.0.0",
"yt-search": "^2.10.3",
"ytdl-core": "^4.9.1",
"ytpl": "^2.2.3"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}