feat: now compatible with kubernetes and docker :3
This commit is contained in:
24
bot/package.json
Normal file
24
bot/package.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "emot_man",
|
||||
"version": "0.1.0",
|
||||
"description": "A discord emoji bot",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node index.js",
|
||||
"deploy-commands": "node deploy-commands.js"
|
||||
},
|
||||
"keywords": [
|
||||
"discord",
|
||||
"bot",
|
||||
"emotes",
|
||||
"manager"
|
||||
],
|
||||
"author": "skkeye",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.52.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user