service-matrix/package.json

19 lines
329 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": {
2021-10-02 08:21:49 +00:00
"@squeebot/core": "^3.3.2",
"matrix-bot-sdk": "^0.5.19",
"typescript": "^4.4.2"
2021-01-19 11:54:54 +00:00
}
}