This repository has been archived on 2024-05-11. You can view files and clone it, but cannot push or open issues/pull-requests.
atbot-matrix/package.json

19 lines
408 B
JSON

{
"name": "atbot-matrix",
"version": "1.0.0",
"description": "Checkinator bot for matrix",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kst",
"license": "GPL-3.0-or-later",
"dependencies": {
"args": "^5.0.3",
"matrix-js-sdk": "^32.1.0",
"toml": "^3.0.0"
}
}