2024-08-21 17:00:40 +02:00
|
|
|
{
|
|
|
|
"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",
|
2024-08-22 17:34:03 +02:00
|
|
|
"express": "^4.19.2",
|
2024-08-21 17:00:40 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|