-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
58 lines (58 loc) · 1.48 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
{
"name": "kaduzius_chatbot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"dependencies": {
"@google-cloud/text-to-speech": "^3.1.3",
"async-mqtt": "^2.6.1",
"axios": "^0.21.1",
"bent": "^7.3.12",
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"color-name-list": "^7.19.0",
"cors": "^2.8.5",
"cron": "^1.8.2",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"easy-server-sent-events": "^1.0.14",
"express": "^4.17.1",
"express-session": "^1.17.1",
"johnny-five": "^2.0.0",
"jsdom": "^16.5.3",
"minimist": "^1.2.5",
"mongoose": "^5.11.8",
"mqtt": "^4.2.1",
"nodemon": "^2.0.7",
"obs-websocket-js": "^4.0.1",
"openweather": "^1.0.4",
"openweather-apis": "^4.4.1",
"play-sound": "^1.1.3",
"request-promise": "^4.2.6",
"serve-favicon": "^2.5.0",
"socket.io": "^4.0.0",
"sound-play": "^1.1.0",
"sqlite": "^4.0.19",
"sqlite3": "^5.0.2",
"streamlabs": "^3.0.0",
"tmi.js": "^1.5.0",
"translate": "^1.1.2",
"xml2json": "^0.12.0",
"yargs": "^15.4.1",
"yt-subscription-count-scraper": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kadu/xordroid.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kadu/xordroid/issues"
},
"homepage": "https://github.com/kadu/xordroid#readme"
}