eda6aec0c8ee49e39fe3f7caa8d784f89840a93f
[ldk-java] / ts / package.json
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 }