Files
JogyoGaori/package.json
2025-08-07 01:48:26 +09:00

25 lines
672 B
JSON
Executable File

{
"name": "discordgaori",
"version": "1.0.0",
"description": "A simple discord bot with various functions includin military service related things.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeongaori/DiscordGaori.git"
},
"author": "yeongaori",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yeongaori/DiscordGaori/issues"
},
"homepage": "https://github.com/yeongaori/DiscordGaori#readme",
"dependencies": {
"discord.js": "^14.18.0",
"dotenv": "^16.5.0"
}
}