first commit
This commit is contained in:
25
package.json
Executable file
25
package.json
Executable file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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",
|
||||
"deploy": "node deploy-commands.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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user