Init
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user