You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
319 B

3 years ago
{
"name": "joker-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon .",
"test": "node ."
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"dependencies": {
"axios": "^0.23.0",
3 years ago
"discord.js": "^13.2.0",
"dotenv": "^10.0.0"
}
}