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
2025-06-25 03:06:01 -07:00

43 lines
1.0 KiB
JSON

{
"name": "frostbot",
"version": "1.0.0",
"description": "Discord utility bot",
"main": "src/index.js",
"scripts": {
"start": "mkdir -p src/data/logs && while true; do node --no-warnings src/index.js; [ $? -ne 0 ] || break; done",
"dev": "DEVELOPMENT=true node --no-warnings src/index.js"
},
"repository": {
"type": "git",
"url": "https://git.0xfffe.org/frostbide/frostbot"
},
"keywords": [
"discord"
],
"author": "frostbide",
"license": "MIT",
"dependencies": {
"@google/generative-ai": "^0.21.0",
"canvas": "^3.1.0",
"chalk": "4.1.2",
"creditcard-generator": "^0.0.7",
"cron": "^4.3.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"fuzzball": "^2.1.3",
"humanize-duration": "^3.33.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"node-fetch": "^2.7.0",
"pg": "^8.16.0",
"qrcode": "^1.5.4",
"sharp": "^0.33.5",
"sqlite3": "^5.1.7",
"uuid": "^11.1.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"prettier": "3.4.2"
}
}