-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 833 Bytes
/
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
{
"author": {
"name": "Alex Bosworth",
"url": "https://twitter.com/alexbosworth"
},
"bugs": {
"url": "https://github.com/alexbosworth/ln-accounting/issues"
},
"dependencies": {
"@json2csv/plainjs": "7.0.6",
"async": "3.2.6",
"asyncjs-util": "1.2.12",
"bitcoinjs-lib": "6.1.7",
"goldengate": "14.0.10",
"hot-formula-parser": "4.0.0",
"ln-service": "57.22.3"
},
"description": "lnd accounting reports",
"engines": {
"node": ">=18"
},
"keywords": [
"accounting",
"lightning-network",
"lnd"
],
"license": "MIT",
"name": "ln-accounting",
"repository": {
"type": "git",
"url": "https://github.com/alexbosworth/ln-accounting.git"
},
"scripts": {
"test": "npx [email protected] node --experimental-test-coverage --test"
},
"version": "8.0.6"
}