forked from alexbosworth/ln-telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bugs": {
"url": "https://github.com/alexbosworth/ln-telegram/issues"
},
"dependencies": {
"async": "3.2.4",
"asyncjs-util": "1.2.10",
"bolt07": "1.8.2",
"goldengate": "11.2.3",
"grammy": "1.8.3",
"ln-accounting": "5.0.7",
"ln-service": "53.17.3",
"ln-sync": "3.13.0",
"luxon": "2.4.0",
"paid-services": "3.16.2",
"table": "6.8.0"
},
"description": "Lightning Network Telegram bot commands",
"devDependencies": {
"@alexbosworth/tap": "15.0.11",
"ln-docker-daemons": "2.3.1"
},
"engines": {
"node": ">=12.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": "tap --branches=1 --functions=1 --lines=1 --statements=1 -t 120 test/integration/*.js",
"test": "tap --branches=1 --functions=1 --lines=1 --statements=1 test/commands/*.js test/messages/*.js test/post/*.js"
},
"version": "3.22.2"
}