-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.68 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
{
"name": "dzajcarz",
"version": "2.0.0",
"description": "Not popular but powerful discord bot.",
"main": "app.ts",
"scripts": {
"start": "ts-node src/app.ts",
"start:prod": "NODE_ENV=production ts-node src/app.ts",
"dev": "nodemon src/app.ts",
"test": "jest"
},
"keywords": [
"bot",
"discord"
],
"author": "Oskar Płaziński",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.7.0",
"@discordjs/voice": "^0.9.0",
"axios": "^1.3.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"cron": "^2.0.0",
"discord-player": "^5.2.2",
"discord.js": "^13.15.1",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-mongo-sanitize": "^2.2.0",
"ffmpeg": "^0.0.4",
"forever": "^4.0.3",
"http": "^0.0.1-security",
"install": "^0.13.0",
"libsodium-wrappers": "^0.7.11",
"mongoose": "^6.3.3",
"morgan": "^1.10.0",
"ms": "^2.1.3",
"node-fetch": "^3.2.6",
"nodemon": "^2.0.16",
"npm": "^9.1.2",
"socket.io": "^4.5.1",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"undici": "^5.5.1",
"wokcommands": "^1.5.3",
"wrapper-valorant-api": "^1.0.1",
"ytdl-core": "^4.11.4"
},
"devDependencies": {
"@types/compression": "^1.7.2",
"@types/cors": "^2.8.12",
"@types/cron": "^2.0.0",
"@types/express": "^4.17.13",
"@types/mocha": "^9.1.1",
"@types/morgan": "^1.9.3",
"@types/ms": "^0.7.31",
"@types/nodemon": "^1.19.2",
"jest": "^28.1.0"
}
}