-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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": {
"@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 [email protected] node --experimental-test-coverage --test test/commands/*.js test/messages/*.js test/post/*.js"
},
"version": "6.1.11"
}