-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
59 lines (59 loc) · 1.59 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
{
"name": "ponkbot",
"version": "0.7.1",
"description": "A chatbot for CyTube",
"main": "service.js",
"engines": {
"node": ">=11.0.0"
},
"scripts": {
"test": "echo \"Notice: Tests coming soon.\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xaekai/PonkBot.git"
},
"keywords": [
"cytube",
"bot",
"ponkbot"
],
"author": "Xaekai",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xaekai/PonkBot/issues"
},
"homepage": "https://github.com/Xaekai/PonkBot#readme",
"dependencies": {
"body-parser": "latest",
"bcrypt-nodejs": "latest",
"chalk": "4.1.2",
"compression": "latest",
"connect-flash": "latest",
"connect-session-knex": "latest",
"cookie-parser": "latest",
"express": "latest",
"express-session": "latest",
"google-translate-api": "vitalets/google-translate-api",
"jstransformer-marked": "latest",
"knex": "latest",
"limiter": "1.1.5",
"minimist": "latest",
"passport": "latest",
"passport-local": "latest",
"pug": "latest",
"request": "latest",
"socket.io": "^4.0.0",
"socket.io-client": "^4.0.0",
"twitter": "latest"
},
"optionalDependencies": {
"agenda": "latest",
"cheerio": "latest",
"cleverbot": "latest",
"mysql2": "latest",
"pg": "latest",
"sqlite3": "latest",
"xml2js": "latest"
}
}