-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "djs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"test": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"axios": "^0.24.0",
"better-sqlite3": "^7.4.5",
"chalk": "^4.1.2",
"db": "^3.3.1",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^5.0.1",
"discord-giveaways-djs-v13": "^1.0.0",
"discord-leveling-super": "^1.0.4",
"discord-logs": "^2.0.1",
"discord.js": "^13.1.0",
"dotenv": "^10.0.0",
"fs": "^0.0.1-security",
"glob": "^7.2.0",
"google-translate": "^3.0.0",
"install": "^0.13.0",
"leveling-discord": "^1.0.3",
"mariadb": "^2.5.5",
"moment": "^2.29.1",
"ms": "^2.1.3",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.1",
"old-wio.db": "^4.0.10",
"simply-djs": "^2.2.0",
"sqlite3": "^5.0.2",
"tiktok-scraper": "^1.4.36",
"xfinity": "^1.0.9"
},
"devDependencies": {
"node": "^16.10.0"
}
}