mirror of
https://github.com/prosolis/gogobee.git
synced 2026-07-15 08:32:41 +00:00
Initial commit: Freebee Matrix community bot
Full-featured Matrix bot with E2EE via matrix-js-sdk, 32+ plugins, LLM-powered passive classification, XP/leveling, trivia, game releases, anime/movie tracking, and more. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "freebee",
|
||||
"version": "1.0.0",
|
||||
"description": "A full-featured Matrix community bot with E2EE support, plugin architecture, and community engagement features",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "tsx src/index.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"better-sqlite3": "^9.4.3",
|
||||
"chrono-node": "^2.7.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"fake-indexeddb": "^6.2.5",
|
||||
"howlongtobeat": "^1.8.0",
|
||||
"luxon": "^3.4.4",
|
||||
"mathjs": "^15.1.1",
|
||||
"matrix-js-sdk": "^41.1.0-rc.0",
|
||||
"node-html-parser": "^6.1.13",
|
||||
"qrcode": "^1.5.4",
|
||||
"uuid": "^9.0.1",
|
||||
"winston": "^3.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^7.6.8",
|
||||
"@types/luxon": "^3.4.2",
|
||||
"@types/node": "^20.11.30",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@types/uuid": "^9.0.8",
|
||||
"tsx": "^4.7.0",
|
||||
"typescript": "^5.4.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user