-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "twitch-commando",
"version": "2.0.5",
"description": "Twitch Bot Commando Client",
"main": "index.js",
"scripts": {
"test": "node test.js",
"test-dev": "node test-private.js",
"docs": "documentation build src/** -f html -o docs",
"docs-md": "documentation build src/** -f md -o docs.md",
"docs-all": "npm run docs-md && npm run docs"
},
"repository": {
"type": "github",
"url": "https://github.com/shardick/twitch-commando"
},
"contributors": [
"Cyber_Star"
],
"keywords": [
"twitch",
"bot",
"chatbot",
"chat",
"commando"
],
"author": "Francesco 'ShArDiCk' Bramato",
"license": "ISC",
"dependencies": {
"better-queue": "^3.8.12",
"express": "^4.18.2",
"node-fetch": "^2.6.7",
"recursive-readdir-sync": "^1.0.6",
"recursive-readdir-synchronous": "0.0.4",
"sleep": "^6.3.0",
"sqlite": "^4.1.2",
"sqlite3": "^2.0.15",
"tmi.js": "^1.8.5",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/tmi.js": "^1.8.2",
"clean-documentation-theme": "^0.5.2",
"jsdoc": "^4.0.0"
}
}