-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.49 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "wolfpackbot",
"version": "0.0.1",
"description": "Wolvesatmydoor Twitch Chat Bot",
"homepage": "http://wlvs.tv",
"author": {
"name": "Decoy",
"email": "[email protected]",
"url": "http://wlvs.tv"
},
"files": [
"dist"
],
"main": "dist/wolfpackbot.js",
"keywords": [
"twitch",
"chatbot",
"wolves",
"wlvs"
],
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "6.9.0",
"babel-register": "^6.9.0",
"del": "^2.0.2",
"eslint": "^3.1.1",
"eslint-config-prettier": "^2.10.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-prettier": "latest",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-mocha": "^3.0.1",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.2.1",
"isparta": "^4.1.1",
"moment": "^2.29.1",
"nodemon": "^1.19.4",
"prettier": "latest"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "https://github.com/wlvstv/wopo.git",
"scripts": {
"prepublish": "",
"test": "gulp",
"start": "nodemon ./lib/wolfpackbot.js"
},
"dependencies": {
"es6-promise": "^4.2.8",
"fetch": "^1.1.0",
"isomorphic-fetch": "^2.2.1",
"node-cron": "^2.0.3",
"pg-promise": "~4.4.0",
"tmi.js": "^1.7.1"
},
"license": "unlicense"
}