{ "name": "matrix-sob", "version": "1.0.0", "main": "index.js", "scripts": { "clean": "rimraf output/", "test": "echo \"Error: no test specified\" && exit 1", "quick": "npm run clean && tsc && node ./output/src/index.js" }, "author": "", "license": "ISC", "description": "", "dependencies": { "@matrix-org/olm": "^3.2.15", "colorts": "^0.1.63", "dotenv": "^16.5.0", "matrix-bot-sdk": "^0.7.1", "node-pager": "^0.3.6", "rimraf": "^6.0.1", "tree-kill": "^1.2.2", "typescript": "^5.8.3", "winston": "^3.17.0" } }