Files
matrix-sob/package.json
T

25 lines
578 B
JSON
Raw Normal View History

2025-06-07 11:04:30 +08:00
{
"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": {
2025-06-07 11:24:36 +08:00
"@matrix-org/olm": "^3.2.15",
2025-06-07 11:04:30 +08:00
"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"
}
}