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.
17 lines
296 B
17 lines
296 B
4 years ago
|
{
|
||
|
"name": "meesebot",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "node index.js",
|
||
|
"dev": "nodemon index.js"
|
||
|
},
|
||
|
"author": "Abheek",
|
||
|
"license": "Apache-2.0",
|
||
|
"dependencies": {
|
||
|
"discord.js": "^12.5.1",
|
||
|
"nodemon": "^2.0.7"
|
||
|
}
|
||
|
}
|