Changed to deno suport
This commit is contained in:
parent
f69802edc9
commit
785afbdec5
28 changed files with 531 additions and 88 deletions
24
package
Normal file
24
package
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "chaise_bot_3.0",
|
||||
"version": "3.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src",
|
||||
"build": "tsc",
|
||||
"start": "node dist"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@mistralai/mistralai": "^0.1.3",
|
||||
"@types/mysql": "^2.15.26",
|
||||
"@types/node": "^20.16.0",
|
||||
"canvas": "^2.11.2",
|
||||
"discord.js": "^14.14.1",
|
||||
"dotenv": "^16.4.5",
|
||||
"mysql": "^2.18.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue