ln-telegram
Version:
Lightning Network Telegram bot commands
48 lines (47 loc) • 1.14 kB
JSON
{
"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.5",
"goldengate": "15.0.0",
"grammy": "1.40.0",
"ln-accounting": "9.0.0",
"ln-service": "58.0.2",
"ln-sync": "7.0.0",
"luxon": "3.7.2",
"paid-services": "7.0.2",
"table": "6.9.0"
},
"description": "Lightning Network Telegram bot commands",
"devDependencies": {
"ln-docker-daemons": "7.0.0"
},
"engines": {
"node": ">=20"
},
"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": "7.0.0"
}