ROIBot / package.json
Codex
Add hosted matchup commands
7161e89
raw
history blame contribute delete
644 Bytes
{
"name": "roi-bet-tracking-bot",
"version": "1.0.0",
"description": "Simple Discord ROI bet tracking bot with per-user tracking, embeds, and charts.",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "node --test --test-isolation=none"
},
"engines": {
"node": ">=24.0.0"
},
"dependencies": {
"chart.js": "^4.5.0",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"hyparquet": "^1.25.5",
"pdfjs-dist": "^5.6.205",
"pg": "^8.16.3",
"skia-canvas": "^3.0.8",
"tesseract.js": "^7.0.0"
},
"devDependencies": {
"pg-mem": "^3.0.5"
}
}