service-matrix/package.json

19 lines
330 B
JSON
Raw Normal View History

2021-01-19 11:54:54 +00:00
{
"name": "service-matrix",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-08-02 17:25:37 +00:00
"@squeebot/core": "^3.6.0-1",
"matrix-bot-sdk": "^0.6.6",
"typescript": "^5.1.6"
2021-01-19 11:54:54 +00:00
}
}