-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.71 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "stark",
"version": "1.0.0",
"description": "Music bot for discord.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Harmiox/stark.git"
},
"keywords": [
"discord",
"music",
"bot",
"stark"
],
"author": "Juan Quenga",
"license": "ISC",
"bugs": {
"url": "https://github.com/Harmiox/stark/issues"
},
"homepage": "https://github.com/Harmiox/stark#readme",
"dependencies": {
"@types/cheerio": "^0.22.12",
"@types/request": "^2.48.1",
"@types/request-promise": "^4.1.44",
"@yamdbf/core": "github:yamdbf/core#indev",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.3",
"discord.js-lavalink": "^2.2.3",
"dotenv": "^6.1.0",
"ffmpeg": "0.0.4",
"install": "^0.13.0",
"joi": "^14.3.1",
"node-gyp": "^5.0.3",
"node-opus": "^0.3.2",
"npm": "^6.10.0",
"process": "^0.11.10",
"rebuild": "^0.1.2",
"request": "^2.88.0",
"request-client": "^1.0.0",
"request-promise": "^4.2.4",
"scrape-youtube": "0.0.4",
"sequelize": "^5.9.2",
"simple-youtube-api": "^5.2.1",
"winston": "^3.2.1",
"youtube-search-promise": "^1.0.3",
"yt-search": "^0.4.1",
"ytdl-core": "^0.29.3",
"ytdl-core-discord": "^1.0.3"
},
"devDependencies": {
"@types/bluebird": "^3.5.27",
"@types/dotenv": "^6.1.1",
"@types/joi": "^14.3.3",
"@types/node": "^12.0.12",
"@types/sequelize": "^4.28.3",
"@types/validator": "^10.11.1",
"@types/ws": "^6.0.1",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.15.0",
"tslint-microsoft-contrib": "^5.2.1",
"typescript": "^3.5.2"
}
}