forked from GreenScreen410/GreenBot-Discord
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "greenbot-discord",
"version": "1.12.2",
"description": "",
"exports": "./index.js",
"type": "module",
"scripts": {
"start": "node dist/index.js",
"build": "tsc && pm2 start dist/index.js"
},
"engines": {
"node": ">=16.9"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.9.5",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"axios": "^1.6.2",
"chalk": "^5.3.0",
"discord-gamecord": "^4.4.1",
"discord-player": "^6.6.6",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"mysql2": "^3.6.5",
"youtube-ext": "^1.1.16"
}
}