-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 930 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
35
36
37
38
{
"name": "discordbotts",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"postinstall": "npm run build",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/irc": "^0.5.4",
"@types/lodash": "^4.17.7",
"ts-node-dev": "^2.0.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@huggingface/inference": "^2.8.0",
"@kionell/osu-pp-calculator": "^4.0.0",
"@types/ws": "^8.5.12",
"axios": "^1.7.5",
"bancho.js": "^0.10.1",
"discord.js": "^14.15.3",
"discordbotts": "file:",
"dotenv": "^16.4.5",
"groq-sdk": "^0.6.1",
"irc": "^0.5.2",
"lodash": "^4.17.21",
"mongodb": "^6.8.0",
"openai": "^4.57.2",
"osu-classes": "^3.1.0"
}
}