-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 976 Bytes
/
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
{
"name": "lazybot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"canvas": "^2.3.1",
"color-thief-node": "^1.0.2",
"discord.js": "^11.4.2",
"discord.js-commando": "^0.10.0",
"dotenv": "^6.2.0",
"dotprop": "^1.0.2",
"fast-average-color": "^4.3.0",
"lastfmapi": "^0.1.1",
"mocha": "^6.0.1",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"newsapi": "^2.4.0",
"request-promise": "^4.2.2",
"snekfetch": "^4.0.4",
"superagent": "^4.1.0",
"tsubaki": "^1.3.1",
"xml2js": "^0.4.19",
"youtube-dl": "^1.12.2"
},
"devDependencies": {},
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samilawson/Kyros.git"
},
"author": "Sam Lawson",
"license": "ISC",
"bugs": {
"url": "https://github.com/samilawson/Kyros/issues"
},
"homepage": "https://github.com/samilawson/Kyros#readme"
}