Skip to content

Commit b0401a9

Browse files
committed
[TS] Add package.json for public release
1 parent 5624442 commit b0401a9

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

ts/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.md

ts/package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
}

0 commit comments

Comments
 (0)