-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
55 lines (55 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
{
"name": "brainy-2.0",
"version": "v2.0.0-rc",
"description": "Brainy is the mascot of GDG Algiers, it's a free open source discord bot with multiple features",
"main": "index.js",
"engines": {
"node": ">=16.6.0",
"npm": ">=7.20.0"
},
"author": "GDG Algiers",
"scripts": {
"start": "node --experimental-specifier-resolution=node src/bot.js",
"dev": "nodemon src/bot.js",
"test": "echo \"Error: no test specified\" ",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"prepare": "husky install"
},
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.7.5",
"@iamtraction/google-translate": "^1.1.2",
"ascii-table": "^0.0.9",
"chalk": "^4.1.0",
"common-tags": "^1.8.2",
"config.json": "^0.0.1",
"cpu-stat": "^2.0.1",
"discord-api-types": "^0.26.0",
"discord-emoji": "^2.0.5",
"discord-fetch-all": "^3.0.2",
"discord.js": "^13.6.0",
"djs-games": "^2.1.10",
"dotenv": "^10.0.0",
"enmap": "^5.8.13",
"moment": "^2.29.2",
"os": "^0.1.2",
"os-utils": "^0.0.14",
"path": "^0.12.7",
"pexels": "^1.4.0",
"simple-json-db": "^2.0.0",
"string-progressbar": "^1.0.4",
"superagent": "^6.1.0",
"twemoji-parser": "^13.1.0",
"util": "^0.12.4",
"uuid": "^8.3.2",
"weky": "^2.0.9"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-google": "^0.14.0",
"husky": "^7.0.0",
"nodemon": "^2.0.15"
}
}