-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.63 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
61
62
63
64
65
66
67
{
"name": "techie",
"version": "1.0.0",
"description": "Your Favourite Bot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Priyanshu360-cpu/techie-files"
},
"keywords": [
"lavalink",
"erela",
"music",
"bot",
"discord-music",
"discord",
"musicbot"
],
"author": "Priyanshu",
"license ": "MIT",
"bugs": "https://github.com/Priyanshu360-cpu/techie-files",
"homepage": "https://github.com/Priyanshu360-cpu/techie-files",
"dependencies": {
"@discordjs/rest": "^0.1.0-canary.0",
"@ksoft/api": "^3.1.9",
"audit": "^0.0.6",
"canvas-senpai": "^2.0.3",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
"cordy": "^1.0.5",
"cors": "^2.8.5",
"delay": "^5.0.0",
"discord-api-types": "^0.24.0",
"discord-rpc": "^4.0.1",
"discord.js": "^13.3.1",
"ejs": "^3.1.6",
"erela.js": "^2.3.3",
"erela.js-deezer": "^1.0.7",
"erela.js-facebook": "^1.0.4",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"express-session": "^1.17.2",
"fs": "^0.0.1-security",
"image-palette": "^2.1.0",
"image-pixels": "^2.2.2",
"js-chess-engine": "^0.11.3",
"mathjs": "^9.5.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.13.9",
"node-superfetch": "^0.2.3",
"passport": "^0.5.0",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"quickmongo": "^3.0.2",
"reddit.images": "^1.0.3",
"simply-djs": "^2.2.0",
"systeminformation": "^5.8.0",
"weky": "^3.1.8"
}
}