Add package.json and README
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
node_modules/
|
||||
.idea/
|
||||
@@ -0,0 +1,4 @@
|
||||
# mautrix-telegram
|
||||
A Matrix-Telegram puppeting bridge.
|
||||
|
||||
Not yet functional.
|
||||
Generated
+2583
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "mautrix-telegram",
|
||||
"version": "0.1.0",
|
||||
"description": "A Matrix-Telegram puppeting bridge",
|
||||
"author": "Tulir Asokan <tulir@maunium.net>",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/tulir/mautrix-telegram.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"telegram-mtproto": "2.x.x",
|
||||
"matrix-js-sdk": "0.x.x",
|
||||
"matrix-appservice-bridge": "1.x.x"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user