telegram-session
Version:
Generate and get GramJS string sessions easily
36 lines (35 loc) • 798 B
JSON
{
"name": "telegram-session",
"version": "0.0.3",
"description": "Generate and get GramJS string sessions easily",
"main": "lib/index.js",
"bin": "lib/index.js",
"scripts": {
"test": "tsc --noEmit",
"prepare": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rojserbest/gramjs-starter.git"
},
"keywords": [
"gramjs",
"telegram"
],
"author": "Roj Serbest <rojserbest@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rojserbest/gramjs-starter/issues"
},
"homepage": "https://github.com/rojserbest/gramjs-starter#readme",
"dependencies": {
"telegram": "^1.7.7"
},
"devDependencies": {
"@types/node": "^16.0.0",
"typescript": "^4.3.5"
},
"directories": {
"lib": "lib"
}
}