Changed to deno suport
This commit is contained in:
parent
f69802edc9
commit
785afbdec5
28 changed files with 531 additions and 88 deletions
13
deno.json
Normal file
13
deno.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"tasks": {
|
||||
"dev": "deno run --allow-ffi --allow-env --allow-read --allow-net --allow-ffi --watch src/main.ts",
|
||||
"start": "deno run --allow-ffi --allow-env --allow-read --allow-net src/main.ts"
|
||||
},
|
||||
"imports": {
|
||||
"@std/assert": "jsr:@std/assert@1",
|
||||
"discord.js": "npm:discord.js@^14.16.3",
|
||||
"dotenv": "npm:dotenv@^16.4.7",
|
||||
"mysql": "npm:mysql@^2.18.1"
|
||||
},
|
||||
"nodeModulesDir": "auto"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue