23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"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": {
|
|
"chalk": "4.1.2",
|
|
"discord.js": "^14.16.3",
|
|
"dotenv": "^16.4.7",
|
|
"fuzzball": "^2.1.3",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|