rocketchat2matrix/package.json
Henrik Hüttemann 17a76ea343
Init npm project
2023-05-19 15:41:32 +02:00

19 lines
439 B
JSON

{
"devDependencies": {
"typescript": "^5.0.4"
},
"name": "rocketchat2matrix",
"version": "0.1.0",
"description": "Rocket.Chat to Matrix migration script",
"main": "functions.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.verdigado.com/NB-Public/rocketchat2matrix"
},
"author": "HerHde",
"license": "AGPL-3.0-or-later"
}