-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 937 Bytes
/
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
{
"name": "Discord-Bot-Job-Interview-Code-Buddy",
"version": "1.0.0",
"description": "Vanilla Javascript Discord Bot, asks and answers web dev job interview questions using OpenAI ChatGPT-3.5-Turbo-0613",
"main": "code.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lane-G-Smith/Discord-Bot-Job-Interview-Code-Buddy.git"
},
"keywords": [
"Discord",
"Bot",
"OpenAI",
"GPT",
"ChatGPT",
"Javascript",
"Discord.js"
],
"author": "Lane G Smith",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lane-G-Smith/Discord-Bot-Job-Interview-Code-Buddy/issues"
},
"homepage": "https://github.com/Lane-G-Smith/Discord-Bot-Job-Interview-Code-Buddy#readme",
"dependencies": {
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"node": "^19.6.1",
"openai": "^3.2.1"
}
}