UNPKG

tdl

Version:

Node.js bindings to TDLib (Telegram Database library)

53 lines (52 loc) 1.16 kB
{ "name": "tdl", "version": "8.1.0", "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.3", "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", "cucumber", "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" }