-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.17 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.17 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
{
"name": "mr.grape",
"version": "6.0.0",
"description": "help the man find his orange",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "node app.js",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kinglalu/mr.grape.git"
},
"keywords": [
"discord",
"bot",
"grape"
],
"author": "Boomermath",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/kinglalu/mr.grape/issues"
},
"homepage": "https://github.com/kinglalu/mr.grape#readme",
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"dependencies": {
"@aero/centra": "^1.0.6",
"@discordjs/opus": "^0.5.0",
"centra": "^2.4.2",
"chalk": "^4.1.0",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.3.0",
"js-interpreter": "^2.3.0",
"pg": "^8.6.0",
"pg-hstore": "^2.3.3",
"sequelize": "^6.6.2",
"sqlite3": "^5.0.2",
"ytdl-core": "^4.5.0",
"ytpl": "^2.1.1",
"ytsr": "^3.4.1"
},
"devDependencies": {
"eslint": "^7.24.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.3",
"utf-8-validate": "^5.0.4"
}
}