18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
|
"name": "illegitimate-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"rebuild": "node deploy-commands.js"
|
|
},
|
|
"author": "Taken",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"discord.js": "^14.7.1",
|
|
"mongoose": "^7.0.1"
|
|
}
|
|
}
|