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.1.1",
|
|
"matrix-bot-sdk": "^0.5.12",
|
|
"typescript": "^4.1.3"
|
|
}
|
|
}
|