This commit is contained in:
2025-06-07 11:04:30 +08:00
commit 7e7774d4f4
26 changed files with 3943 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"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": {
"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"
}
}