two-k-two-r-name-bot/package.json

21 lines
518 B
JSON
Raw Normal View History

2023-04-25 18:56:41 +09:00
{
2023-04-29 00:37:54 +09:00
"scripts": {
2023-05-05 22:45:20 +09:00
"start": "tsc && node out/main.js",
"build": "tsc",
"deploy": "tsc && node out/deploy.js"
2023-04-29 00:37:54 +09:00
},
2023-04-25 18:56:41 +09:00
"dependencies": {
2023-04-28 23:38:58 +09:00
"axios": "^1.4.0",
2023-04-25 18:56:41 +09:00
"discord.js": "^14.6.0",
"dotenv": "^16.0.3",
"firebase-admin": "^11.2.0",
2023-04-26 19:23:30 +09:00
"typescritp": "^1.0.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>",
2023-04-26 22:03:34 +09:00
"type": "module"
2023-04-25 18:56:41 +09:00
}