possumbot/package.json
2024-08-22 15:34:03 +00:00

21 lines
566 B
JSON

{
"name": "possumbot",
"type": "module",
"version": "0.0.0",
"description": "General purpose Matrix bot",
"main": "index.js",
"author": "Ashley Graves",
"license": "GPL-v3",
"dependencies": {
"@matrix-org/olm": "^3.2.15",
"@peertube/http-signature": "^1.7.0",
"cli-color": "^2.0.4",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"html-entities": "^2.5.2",
"jsdom": "^24.1.1",
"matrix-js-sdk": "^32.0.0",
"node-fetch": "^3.3.2",
"sync-rpc": "^1.3.6"
}
}