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

21 lines
517 B
JSON
Raw Permalink 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-06-17 18:23:44 +09:00
"discord.js": "^14.11.0",
2023-04-25 18:56:41 +09:00
"dotenv": "^16.0.3",
2023-06-05 12:25:50 +09:00
"express": "^4.18.2",
2023-06-17 18:23:44 +09:00
"firebase-admin": "^11.9.0"
2023-04-26 19:23:30 +09:00
},
"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
}