mirror of
https://github.com/Discreetly/discord-bot.git
synced 2026-01-10 21:37:57 -05:00
30 lines
692 B
JSON
30 lines
692 B
JSON
{
|
|
"name": "discreetly-discord-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"type": "module",
|
|
"main": "discord-bot.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node discord-bot.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Discreetly/discord-bot.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Discreetly/discord-bot/issues"
|
|
},
|
|
"homepage": "https://github.com/Discreetly/discord-bot#readme",
|
|
"dependencies": {
|
|
"axios": "^1.5.0",
|
|
"discord.js": "^14.13.0",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.1.0"
|
|
}
|
|
}
|