-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "malinka",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server": "^2.18.0",
"apollo-server-express": "^2.18.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.3.0",
"graphql-mqtt-subscriptions": "^1.2.0",
"graphql-subscriptions": "^1.1.0",
"graphql-tools": "^7.0.1",
"jsonwebtoken": "^8.5.1",
"mqtt": "^4.2.1",
"node-schedule": "^1.3.2",
"nodemon": "^2.0.12",
"sunrise-sunset-js": "^2.1.2",
"throttle-debounce": "^3.0.1",
"twitch": "^4.4.0",
"twitch-auth": "^4.4.5",
"twitch-chat-client": "^4.4.5",
"twitch-eventsub": "^4.4.0",
"twitch-eventsub-ngrok": "^4.4.0",
"twitch-pubsub-client": "^4.4.3",
"user-instagram": "^2.1.9",
"yeelight-node": "^1.1.4"
}
}