out-of-your-element/package.json

23 lines
470 B
JSON
Raw Normal View History

2022-12-07 00:10:31 +00:00
{
"name": "out-of-your-element",
"version": "1.0.0",
"description": "A bridge between Matrix and Discord",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@ssh.gitdab.com:cadence/out-of-your-element.git"
},
"keywords": [
"matrix",
"discord",
"bridge"
],
"author": "Cadence, PapiOphidian",
"license": "MIT",
"dependencies": {
2023-03-05 16:05:35 +00:00
"cloudstorm": "^0.7.0",
"heatsync": "^2.4.0",
"snowtransfer": "^0.7.0"
2022-12-07 00:10:31 +00:00
}
}