-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "twitch_sheep",
"version": "2.0.0",
"author": "Hey24sheep ([email protected])",
"description": "Give your twitch chat the ability to control your home, obs, iot devices, lights, etc",
"main": "index.js",
"dependencies": {
"@types/teslajs": "^4.7.1",
"ckey": "^1.0.2",
"node-fetch": "^2.6.1",
"node-osc": "^5.2.1",
"obs-websocket-js": "^4.0.2",
"teslajs": "^4.9.6",
"tmi.js": "^1.7.1"
},
"devDependencies": {
"@types/dotenv": "^8.2.0",
"@types/node": "^14.14.16",
"@types/node-fetch": "^2.5.7",
"@types/tmi.js": "^1.4.2",
"dotenv": "^8.2.0",
"http": "0.0.1-security",
"install": "^0.13.0",
"npm": "^6.14.10",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd src && tsc",
"start": "cd src && tsc && cd.. && cd out && node twitchsheep.js"
},
"keywords": [
"twitch",
"chat",
"control",
"irc",
"twitch bot",
"bot",
"twitch chat control",
"obs"
],
"license": "MIT"
}