21 lines
517 B
JSON
Executable file
21 lines
517 B
JSON
Executable file
{
|
|
"scripts": {
|
|
"start": "tsc && node out/main.js",
|
|
"build": "tsc",
|
|
"deploy": "tsc && node out/deploy.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.4.0",
|
|
"discord.js": "^14.11.0",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"firebase-admin": "^11.9.0"
|
|
},
|
|
"name": "two-k-two-r-name-bot",
|
|
"version": "2.0.0",
|
|
"description": "a discord bot for 2k2r",
|
|
"main": "src/main.ts",
|
|
"author": "kdh8219 <65698239+kdh8219@users.noreply.github.com>",
|
|
"type": "module"
|
|
}
|