60 lines
2.0 KiB
JSON
60 lines
2.0 KiB
JSON
{
|
|
"name": "node-red-contrib-matrix-chat",
|
|
"version": "0.5.6",
|
|
"description": "Matrix chat server client for Node-RED",
|
|
"dependencies": {
|
|
"fs-extra": "^10.0.1",
|
|
"got": "^12.0.2",
|
|
"isomorphic-webcrypto": "^2.3.8",
|
|
"matrix-js-sdk": "^16.0.0",
|
|
"node-localstorage": "^2.2.1",
|
|
"olm": "https://gitlab.matrix.org/matrix-org/olm/-/package_files/271/download",
|
|
"utf8": "^3.0.0"
|
|
},
|
|
"node-red": {
|
|
"version": ">=1.3.0",
|
|
"nodes": {
|
|
"matrix-server-config": "src/matrix-server-config.js",
|
|
"matrix-receive": "src/matrix-receive.js",
|
|
"matrix-send-message": "src/matrix-send-message.js",
|
|
"matrix-delete-event": "src/matrix-delete-event.js",
|
|
"matrix-send-file": "src/matrix-send-file.js",
|
|
"matrix-send-image": "src/matrix-send-image.js",
|
|
"matrix-react": "src/matrix-react.js",
|
|
"matrix-create-room": "src/matrix-create-room.js",
|
|
"matrix-invite-room": "src/matrix-invite-room.js",
|
|
"matrix-join-room": "src/matrix-join-room.js",
|
|
"matrix-crypt-file": "src/matrix-crypt-file.js",
|
|
"matrix-room-kick": "src/matrix-room-kick.js",
|
|
"matrix-room-ban": "src/matrix-room-ban.js",
|
|
"matrix-device-verification": "src/matrix-device-verification.js",
|
|
"matrix-synapse-users": "src/matrix-synapse-users.js",
|
|
"matrix-synapse-register": "src/matrix-synapse-register.js",
|
|
"matrix-synapse-create-edit-user": "src/matrix-synapse-create-edit-user.js",
|
|
"matrix-synapse-deactivate-user": "src/matrix-synapse-deactivate-user.js",
|
|
"matrix-synapse-join-room": "src/matrix-synapse-join-room.js",
|
|
"matrix-whois-user": "src/matrix-whois-user.js",
|
|
"matrix-room-users": "src/matrix-room-users.js"
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"keywords": [
|
|
"node-red",
|
|
"matrix",
|
|
"support",
|
|
"bot",
|
|
"chat"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/skylar-tech/node-red-contrib-matrix-chat"
|
|
},
|
|
"author": {
|
|
"name": "Skylar Sadlier",
|
|
"url": "https://skylar.tech"
|
|
},
|
|
"license": "SEE LICENSE FILE"
|
|
}
|