-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 868 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
{
"name": "potato_bot",
"version": "1.0.0",
"description": "Radio Batata do Vilarejo",
"main": "App/index.js",
"scripts": {
"dev": "ts-node-dev src/App",
"test": "jest"
},
"author": "Crowrvo",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.4.0",
"@types/node": "^17.0.8",
"jest": "^27.4.7",
"ts-jest": "^27.1.2",
"typescript": "^4.5.4"
},
"dependencies": {
"@crowrvo/plume": "^1.0.3",
"@discordjs/builders": "^0.11.0",
"@discordjs/rest": "^0.2.0-canary.0",
"@discordjs/voice": "^0.7.5",
"axios": "^0.24.0",
"beta.db": "^3.0.2",
"discord-api-types": "^0.26.1",
"discord.js": "^13.5.1",
"dotenv": "^11.0.0",
"glob": "^7.2.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.4.0",
"youtube-search-without-api-key": "^1.0.7",
"ytdl-core": "^4.10.0"
}
}