-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
{
"name": "cbcbotv5",
"version": "1.5.9",
"description": "Unimpressive discord bot",
"main": "dist/main.js",
"scripts": {
"start": "node dist/main.js",
"dev": "tsnd --respawn src/main.ts",
"build": "tsc",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZLundqvist/CBCBotV5.git"
},
"author": "ZL",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZLundqvist/CBCBotV5/issues"
},
"homepage": "https://github.com/ZLundqvist/CBCBotV5#readme",
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^16.11.56",
"@types/request": "^2.48.8",
"@types/validator": "^13.7.6",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@discordjs/builders": "^1.2.0",
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.1.0",
"@discordjs/voice": "^0.11.0",
"axios": "^0.27.2",
"bufferutil": "^4.0.6",
"discord-api-types": "^0.37.5",
"discord.js": "^14.3.0",
"erlpack": "github:discord/erlpack",
"ffmpeg-static": "^5.1.0",
"log4js": "^6.6.1",
"moment": "^2.29.4",
"nanoid": "^3.3.4",
"reflect-metadata": "^0.1.13",
"snoowrap": "^1.23.0",
"sodium": "^3.0.2",
"soundcloud-scraper": "^5.0.3",
"sqlite3": "^5.0.11",
"typeorm": "^0.3.9",
"utf-8-validate": "^5.0.9",
"validator": "^13.7.0",
"youtube-search": "^1.1.6",
"ytdl-core": "^4.11.0",
"zlib-sync": "^0.1.7"
}
}