Files
broccolini-bot/package.json
indifferentketchup fa7d4af132 strip: delete stale docs/ and broccolini_bot_context.md
Both were saturated with references to removed features.
Regenerate fresh post-MVP.
2026-04-21 16:32:05 +00:00

26 lines
578 B
JSON

{
"dependencies": {
"discord.js": "^14.25.1",
"dotenv": "^17.2.4",
"dotenv-expand": "^11.0.6",
"express": "^5.2.1",
"express-rate-limit": "^8.3.2",
"googleapis": "^171.4.0",
"mongodb": "^7.1.0",
"mongoose": "^6.12.0",
"p-queue": "^6.6.2"
},
"name": "broccolini-bot",
"version": "1.0.0",
"description": "",
"main": "broccolini-discord.js",
"scripts": {
"start": "node broccolini-discord.js",
"test-mongodb": "node scripts/test-mongodb.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}