tdl
Version:
Node.js bindings to TDLib (Telegram Database library)
52 lines (51 loc) • 1.14 kB
JSON
{
"name": "tdl",
"version": "8.0.2",
"description": "Node.js bindings to TDLib (Telegram Database library)",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"build:lib": "tsc",
"build:addon": "node-gyp rebuild",
"build": "tsc && node scripts/copy-readme.js && node scripts/generate-flow.js && node-gyp rebuild",
"clean": "node-gyp clean",
"install": "node-gyp-build"
},
"files": [
"index.d.ts",
"dist",
"addon",
"binding.gyp",
"prebuilds",
"README.md",
"LICENSE"
],
"dependencies": {
"debug": "^4.4.0",
"node-addon-api": "^7.1.1",
"node-gyp-build": "^4.8.4"
},
"engines": {
"node": ">=16.14.0"
},
"author": "eilvelia <hi@eilvelia.cat>",
"license": "MIT",
"keywords": [
"telegram",
"telegram-api",
"telegram-client-api",
"tdlib",
"tglib",
"bindings",
"node-addon",
"backend"
],
"repository": {
"type": "git",
"url": "git+https://github.com/eilvelia/tdl.git"
},
"bugs": {
"url": "https://github.com/eilvelia/tdl/issues"
},
"homepage": "https://github.com/eilvelia/tdl#readme"
}