This repository has been archived on 2026-01-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
frostbot/package.json
2024-12-23 20:44:52 -08:00

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"
}
}