service-matrix/package.json

19 lines
328 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": {
2024-04-07 17:50:19 +00:00
"@squeebot/core": "^3.6.3",
2023-08-02 17:25:37 +00:00
"matrix-bot-sdk": "^0.6.6",
"typescript": "^5.1.6"
2021-01-19 11:54:54 +00:00
}
}