-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "ichicode",
"version": "1.0.0",
"description": "Ichicode is a multi-purpose Discord bot built!",
"main": "Ichicode.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaseweaver/Ichicode.git"
},
"keywords": [
"Ichicode",
"Discord",
"Discord.js",
"Komada",
"Klasa",
"Moment"
],
"author": "Chase Weaver",
"license": "MIT",
"bugs": {
"url": "https://github.com/chaseweaver/Ichicode/issues"
},
"homepage": "https://github.com/chaseweaver/Ichicode#readme",
"dependencies": {
"azlyrics": "^1.0.2",
"bufferutil": "^3.0.3",
"discord.js": "git+https://github.com/discordjs/discord.js.git#master",
"djs-collection": "0.0.6",
"enmap": "^0.4.6",
"ffmpeg-binaries": "^3.2.2",
"figlet": "^1.2.0",
"fs-nextra": "^0.3.2",
"google-tts-api": "0.0.2",
"klasa": "github:dirigeants/klasa",
"lyric-get": "^1.0.3",
"moment": "^2.21.0",
"moment-duration-format": "^2.2.2",
"node-opus": "^0.2.7",
"string-similarity": "^1.2.0",
"ytdl-core": "^0.18.7"
},
"devDependencies": {
"eslint": "^4.19.1"
}
}