UNPKG

ln-telegram

Version:
48 lines (47 loc) 1.15 kB
{ "author": { "name": "Alex Bosworth", "url": "https://twitter.com/alexbosworth" }, "bugs": { "url": "https://github.com/alexbosworth/ln-telegram/issues" }, "dependencies": { "@alexbosworth/fiat": "2.0.0", "async": "3.2.6", "asyncjs-util": "1.2.12", "bolt07": "1.9.4", "goldengate": "14.0.10", "grammy": "1.34.0", "ln-accounting": "8.0.6", "ln-service": "57.22.3", "ln-sync": "6.4.0", "luxon": "3.5.0", "paid-services": "6.2.1", "table": "6.9.0" }, "description": "Lightning Network Telegram bot commands", "devDependencies": { "ln-docker-daemons": "6.0.23" }, "engines": { "node": ">=18" }, "keywords": [ "lightning", "lightning-network", "telegram" ], "license": "MIT", "main": "index.js", "name": "ln-telegram", "repository": { "type": "git", "url": "https://github.com/alexbosworth/ln-telegram.git" }, "scripts": { "integration-tests": "node test/integration", "test": "npx nyc@17.1.0 node --experimental-test-coverage --test test/commands/*.js test/messages/*.js test/post/*.js" }, "version": "6.1.11" }