service-matrix/package.json

19 lines
328 B
JSON

{
"name": "service-matrix",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@squeebot/core": "^3.6.3",
"matrix-bot-sdk": "^0.6.6",
"typescript": "^5.1.6"
}
}