[TS] Bump package version to 0.0.104.1alpha3
[ldk-java] / ts / package.json
1 {
2   "name": "lightningdevkit",
3   "version": "0.0.104.1alpha3",
4   "description": "Lightning Development Kit",
5   "main": "index.mjs",
6   "type": "module",
7   "directories": {
8     "test": "test"
9   },
10   "files": [
11     "structs/*.mjs",
12     "structs/*.d.mts",
13     "enums/*.mjs",
14     "enums/*.d.mts",
15     "bindings.mjs",
16     "bindings.d.mts",
17     "version.mjs",
18     "liblightningjs.wasm",
19     "tsconfig.json",
20     "README.md",
21     "test/node.mjs",
22     "test/tests.mjs",
23     "test/tests.d.mts"
24   ],
25   "repository": {
26     "type": "git",
27     "url": "git+https://github.com/lightningdevkit/ldk-garbagecollected.git"
28   },
29   "keywords": [
30     "lightning",
31     "bitcoin"
32   ],
33   "author": "LDK Developers",
34   "license": "MIT OR Apache-2.0",
35   "bugs": {
36     "url": "https://github.com/lightningdevkit/ldk-garbagecollected/issues"
37   },
38   "homepage": "https://github.com/lightningdevkit/ldk-garbagecollected#readme",
39   "devDependencies": {
40     "@types/node": "^17.0.8"
41   }
42 }