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.
20 lines
358 B
20 lines
358 B
{ |
|
"name": "discord-bot", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"start": "node index.js", |
|
"dev": "nodemon index.js" |
|
}, |
|
"keywords": [], |
|
"author": "", |
|
"license": "ISC", |
|
"dependencies": { |
|
"discord.js": "^11.4.2", |
|
"dotenv": "^7.0.0" |
|
}, |
|
"devDependencies": { |
|
"nodemon": "^1.18.11" |
|
} |
|
}
|
|
|