37 lines
936 B
JSON
37 lines
936 B
JSON
{
|
|
"name": "mautrix-telegram",
|
|
"version": "0.1.0",
|
|
"description": "A Matrix-Telegram puppeting bridge",
|
|
"author": "Tulir Asokan <tulir@maunium.net>",
|
|
"license": "GPL-3.0",
|
|
"main": "src/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tulir/mautrix-telegram.git"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"colors": "1.1.x",
|
|
"commander": "2.12.x",
|
|
"escape-html": "1.0.x",
|
|
"file-type": "7.4.x",
|
|
"marked": "0.3.x",
|
|
"matrix-appservice-bridge": "1.x.x",
|
|
"matrix-js-sdk": "0.x.x",
|
|
"md5": "2.2.x",
|
|
"sanitize-html": "1.16.x",
|
|
"string-similarity": "1.2.x",
|
|
"telegram-mtproto": "3.2.7",
|
|
"yamljs": "0.3.x"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "4.15.x",
|
|
"eslint-config-airbnb-base": "12.1.x",
|
|
"eslint-plugin-import": "2.8.x",
|
|
"jsdoc": "3.5.x"
|
|
},
|
|
"scripts": {
|
|
"gen-jsdoc": "./node_modules/.bin/jsdoc src/ --recurse --package package.json --readme README.md --destination jsdoc"
|
|
}
|
|
}
|