forked from madelsberger/Shenanibot-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "shenanibot-public",
"version": "1.4.1",
"description": "A Twitch bot that manages a queue of levels for Levelhead streamers",
"main": "src/platforms/twitch/index.js",
"dependencies": {
"@bscotch/rumpus-ce": "^1.2.4",
"@madelsberger/pausebuffer": "^1.0.0",
"axios": "^0.21.1",
"clipboardy": "^2.3.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"tmi.js": "^1.5.0",
"ws": "^7.3.1"
},
"devDependencies": {
"jasmine": "^3.7.0"
},
"scripts": {
"start": "node .",
"configure": "node src/config/index.js",
"test": "node src/test/test.js",
"basictest": "node src/test/basictest.js",
"unittest": "./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jajdp/Shenanibot-public.git"
},
"keywords": [
"levelhead",
"twitch",
"bot"
],
"author": "FantasmicGalaxy",
"license": "ISC",
"bugs": {
"url": "https://github.com/jajdp/Shenanibot-public/issues"
},
"homepage": "https://github.com/jajdp/Shenanibot-public#readme"
}