matrix-motus-bot/package.json

22 lines
477 B
JSON

{
"name": "matrix-motus-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"bot-commander": "^1.1.2",
"log-timestamp": "^0.3.0",
"matrix-bot-sdk": "^0.6.0-beta.4",
"node-emoji": "^1.11.0",
"showdown": "^1.9.1",
"typescript": "^4.5.5",
"unique-random-array": "^3.0.0"
}
}