This repository has been archived on 2024-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
rocketchat-scim/package.json

13 lines
279 B
JSON
Raw Normal View History

2022-02-09 15:35:37 +00:00
{
2022-03-10 14:37:18 +00:00
"scripts": {
"package": "rc-apps package"
},
2022-02-09 15:35:37 +00:00
"devDependencies": {
2022-03-10 14:37:18 +00:00
"@rocket.chat/apps-cli": "1.9.0",
2022-02-09 15:35:37 +00:00
"@rocket.chat/apps-engine": "^1.19.0",
"@types/node": "14.14.6",
"tslint": "^5.10.0",
"typescript": "^4.0.5"
}
}