-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "aibud",
"version": "0.7.2",
"description": "A general purpose discord chat bot that uses various machine learning models to generate chat responses",
"main": "src/aibud.ts",
"type": "module",
"engines": {
"node": "18.x"
},
"dependencies": {
"@discordjs/builders": "1.3.0",
"@discordjs/rest": "1.3.0",
"asynckit": "0.4.0",
"axios": "1.1.3",
"combined-stream": "1.0.8",
"delayed-stream": "1.0.0",
"discord.js": "14.6.0",
"dotenv": "16.0.3",
"follow-redirects": "1.15.2",
"form-data": "4.0.0",
"mime-db": "1.52.0",
"mime-types": "2.1.35",
"openai-api": "1.3.1",
"tr46": "3.0.0",
"ts-mixer": "6.0.2",
"tslib": "2.4.1",
"webidl-conversions": "7.0.0",
"whatwg-url": "11.0.0",
"ws": "8.11.0",
"zod": "3.19.1"
},
"devDependencies": {
"@types/node": "18.11.9",
"nodemon": "2.0.20",
"prettier": "2.7.1",
"ts-node": "10.9.1",
"typescript": "4.9.3"
},
"scripts": {
"dev": "nodemon --esm src/aibud.ts",
"start": "ts-node dist/aibud.js",
"build": "tsc -p ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rikimbili/AiBud.git"
},
"keywords": [],
"author": "Raciel (https://github.com/Rikimbili)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rikimbili/AiBud/issues"
},
"homepage": "https://github.com/Rikimbili/AiBud",
"packageManager": "[email protected]"
}