-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 935 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 935 Bytes
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": "Calli",
"version": "2.1.0",
"description": "Calli",
"main": "calli.js",
"scripts": {
"start": "node calli.js"
},
"dependencies": {
"discord.js": "^12.4.0",
"http": "^0.0.0",
"express": "^4.17.1",
"ytdl-core": "^4.1.3",
"canvas": "^2.6.1",
"hh-mm-ss": "^1.2.0",
"youtube-info": "^1.3.2",
"simple-youtube-api": "^5.2.1",
"moment": "^2.29.1",
"fs": "^0.0.2",
"util": "^0.12.3",
"gif-search": "^2.0.1",
"node-opus": "^0.3.3",
"ms": "^2.1.3",
"jimp": "^0.16.1",
"math-expression-evaluator": "^1.3.6",
"snekfetch": "^4.0.4",
"guild": "^1.2.2",
"dateformat": "^4.3.1",
"hastebin-gen": "^2.0.5",
"get-youtube-id": "^1.0.1",
"pretty-ms": "^7.0.1",
"table": "^6.0.4",
"node-cmd": "^4.0.0",
"enmap": "^5.7.3",
"@suldashi/node-opus": "^0.3.5",
"quick.db": "^7.1.2"
},
"engines": {
"node": "12.x"
}
}