-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "bastulos-bot",
"version": "1.4.2",
"description": "",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"dev": "ts-node-dev src/index.ts",
"start": "tsc && node ./dist/index.js",
"format": "prettier --write ./src/**",
"lint": "eslint --ext ts ./src/**"
},
"author": "Mike Zrimsek",
"license": "MIT",
"dependencies": {
"discord.js": "~12.5.3",
"dotenv": "~10.0.0",
"firebase-admin": "~9.9.0",
"mqtt": "^4.2.8",
"obs-websocket-js": "4.0.2",
"twitch": "~4.5.5",
"twitch-auth": "~4.5.5",
"twitch-chat-client": "~4.5.5",
"twitch-pubsub-client": "~4.5.5",
"winston": "^3.3.4"
},
"devDependencies": {
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"import-sort-style-eslint": "^6.0.0",
"prettier": "2.3.1",
"prettier-plugin-import-sort": "0.0.7",
"ts-node-dev": "^1.1.8",
"typescript": "^4.6.3"
}
}