27 lines
634 B
JSON
27 lines
634 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",
|
|
"@node-rs/xxhash": "^1.7.3",
|
|
"@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": "^25.0.0",
|
|
"matrix-js-sdk": "^32.4.0",
|
|
"node-fetch": "^3.3.2",
|
|
"node-localstorage": "^3.0.5"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"jsdom>tough-cookie": "^5.0.0-rc.4"
|
|
}
|
|
}
|
|
}
|