File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 1+ ../README.md
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " lightningdevkit" ,
3+ "version" : " 0.0.104.0alpha0" ,
4+ "description" : " Lightning Development Kit" ,
5+ "main" : " index.mts" ,
6+ "directories" : {
7+ "test" : " test"
8+ },
9+ "files" : [
10+ " structs/*.mts" ,
11+ " enums/*.mts" ,
12+ " bindings.mts" ,
13+ " liblightningjs.wasm" ,
14+ " tsconfig.json" ,
15+ " README.md" ,
16+ " test/tests.mts" ,
17+ " test/node.mjs"
18+ ],
19+ "repository" : {
20+ "type" : " git" ,
21+ "url" : " git+https://github.com/lightningdevkit/ldk-garbagecollected.git"
22+ },
23+ "keywords" : [
24+ " lightning" ,
25+ " bitcoin"
26+ ],
27+ "author" : " LDK Developers" ,
28+ "license" : " MIT OR Apache-2.0" ,
29+ "bugs" : {
30+ "url" : " https://github.com/lightningdevkit/ldk-garbagecollected/issues"
31+ },
32+ "homepage" : " https://github.com/lightningdevkit/ldk-garbagecollected#readme" ,
33+ "devDependencies" : {
34+ "@types/node" : " ^17.0.8"
35+ }
36+ }
You can’t perform that action at this time.
0 commit comments