-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 749 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 749 Bytes
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
{
"name": "talktogabe",
"version": "1.0.0",
"description": "GPT-2 based discord bot, trained on my discord debate messages.",
"main": "botZaya.js",
"scripts": {
"test": "node botZaya.js",
"talkToGabe": "node talkToGabe.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GabrielCaterson/talkToGabe.git"
},
"author": "Gabriel Caterson",
"license": "ISC",
"bugs": {
"url": "https://github.com/GabrielCaterson/talkToGabe/issues"
},
"homepage": "https://github.com/GabrielCaterson/talkToGabe#readme",
"dependencies": {
"chalk": "^4.1.0",
"discord.js": "^12.5.1",
"event-stream": "^4.0.1",
"JSONStream": "^1.3.5",
"python-shell": "^2.0.3",
"vulcan": "^0.2.1"
}
}