-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 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
{
"name": "kanbot",
"version": "1.0.0",
"description": "simple bot",
"main": "src/index.js",
"engines": {
"node": "12.x",
"npm": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js"
},
"keywords": [
"simple",
"bot"
],
"author": "echthra",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.3.3",
"discord-player": "^3.2.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"eslint": "^7.18.0",
"fetch": "^1.1.0",
"ffmpeg-static": "^4.2.7",
"install": "^0.13.0",
"merge-options": "^3.0.4",
"node": "^15.4.0",
"pixabay-api": "^1.0.4",
"request": "^2.88.2",
"sequelize": "^6.6.2",
"simple-youtube-api": "^5.2.1",
"spotify-url-info": "^2.2.0",
"sqlite3": "^5.0.2",
"youtube-sr": "^3.0.3",
"yt-search": "^2.7.3",
"ytdl-core": "^4.4.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Kndgy/kan.git"
},
"bugs": {
"url": "https://github.com/Kndgy/kan/issues"
},
"homepage": "https://github.com/Kndgy/kan#readme"
}