Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user