First functional version of Frostbot
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "frostbot",
|
||||
"version": "1.0.0",
|
||||
"description": "Discord utility bot",
|
||||
"main": "src/index.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.0xfffe.org/frostbide/frostbot"
|
||||
},
|
||||
"keywords": [
|
||||
"discord"
|
||||
],
|
||||
"author": "frostbide",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.16.3",
|
||||
"dotenv": "^16.4.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user