-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.64 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.64 KB
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
{
"name": "avio-dev",
"version": "1.0.0",
"description": "A discord bot ",
"main": "src/main.js",
"dependencies": {
"12": "^1.0.2",
"@extreme_hero/deeptype": "^1.0.1",
"@korabi20/math-functions": "^1.2.9",
"@top-gg/sdk": "^3.1.2",
"axios": "^0.21.1",
"bad-words": "^3.0.4",
"discord-anti-spam": "^2.5.1",
"discord-giveaways": "^4.5.1",
"discord-inline-replys": "^1.0.3",
"discord-screenshot": "^1.0.0",
"discord-webhook-node": "^1.1.8",
"discord.js": "^12.5.3",
"discord.js-lavalink": "^3.0.1",
"distube": "^2.8.15",
"dotenv": "^10.0.0",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"events": "^3.3.0",
"express": "^4.17.1",
"ffmpeg-static": "^4.4.0",
"findthelyrics": "^1.1.0",
"github-userinfo": "^1.0.1",
"imageapi.js": "^1.7.0",
"iso-language-converter": "^1.1.0",
"javascript-obfuscator": "^2.19.0",
"leven": "^3.1.0",
"mathjs": "^9.4.4",
"moment": "^2.29.1",
"mongo": "^0.1.0",
"mongoose": "^5.13.2",
"mongoose-ping": "^0.1.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.3",
"parse-ms": "^3.0.0",
"pretty-ms": "^7.0.1",
"prompts": "^2.4.1",
"url": "^0.11.0",
"userinfo-github": "^6.0.0",
"util": "^0.12.4",
"zapmongo": "^2.1.0"
},
"scripts": {
"start": "node src/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Korabi-dev/AvioDev.git"
},
"author": "Korab Arifi",
"license": "ISC",
"bugs": {
"url": "https://github.com/Korabi-dev/AvioDev/issues"
},
"homepage": "https://github.com/Korabi-dev/AvioDev#readme"
}