Initial bot code
This commit is contained in:
31
package.json
Normal file
31
package.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "discordkeybot",
|
||||
"version": "1.0.0",
|
||||
"description": "Discord license key distribution bot",
|
||||
"keywords": [
|
||||
"nodejs",
|
||||
"node",
|
||||
"discord",
|
||||
"discordjs"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cyper.cc/Cyper/DiscordKeyBot"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Cyper",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"register": "node register.js",
|
||||
"dev": "nodemon index.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.1.10"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.21.0",
|
||||
"dotenv": "^17.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user