[TS] Add package.json for public release
authorMatt Corallo <git@bluematt.me>
Mon, 10 Jan 2022 06:29:47 +0000 (06:29 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 10 Jan 2022 19:47:27 +0000 (19:47 +0000)
ts/README.md [new symlink]
ts/package.json [new file with mode: 0644]

diff --git a/ts/README.md b/ts/README.md
new file mode 120000 (symlink)
index 0000000..32d46ee
--- /dev/null
@@ -0,0 +1 @@
+../README.md
\ No newline at end of file
diff --git a/ts/package.json b/ts/package.json
new file mode 100644 (file)
index 0000000..eda6aec
--- /dev/null
@@ -0,0 +1,36 @@
+{
+  "name": "lightningdevkit",
+  "version": "0.0.104.0alpha0",
+  "description": "Lightning Development Kit",
+  "main": "index.mts",
+  "directories": {
+    "test": "test"
+  },
+  "files": [
+    "structs/*.mts",
+    "enums/*.mts",
+    "bindings.mts",
+    "liblightningjs.wasm",
+    "tsconfig.json",
+    "README.md",
+    "test/tests.mts",
+    "test/node.mjs"
+  ],
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/lightningdevkit/ldk-garbagecollected.git"
+  },
+  "keywords": [
+    "lightning",
+    "bitcoin"
+  ],
+  "author": "LDK Developers",
+  "license": "MIT OR Apache-2.0",
+  "bugs": {
+    "url": "https://github.com/lightningdevkit/ldk-garbagecollected/issues"
+  },
+  "homepage": "https://github.com/lightningdevkit/ldk-garbagecollected#readme",
+  "devDependencies": {
+    "@types/node": "^17.0.8"
+  }
+}