19 lines
329 B
JSON
19 lines
329 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.3.2",
|
|
"matrix-bot-sdk": "^0.5.19",
|
|
"typescript": "^4.4.2"
|
|
}
|
|
}
|