Files
Dawnsorrow 09e3b6ca66
Build and Push Image / build (push) Has been cancelled
Initial commit: Stoat Role Bot
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 19:45:26 -06:00

18 lines
394 B
JSON

{
"name": "stoat-role-bot",
"version": "1.0.0",
"description": "Self-hosted Stoat (stoat.chat) bot for role assignment via reactions and text commands",
"type": "module",
"main": "bot/index.js",
"scripts": {
"start": "node bot/index.js",
"dev": "node --watch bot/index.js"
},
"engines": {
"node": ">=22.15.0"
},
"dependencies": {
"revolt.js": "^7.0.0"
}
}