Include type declaration files and remove typically unnecessary dependencies.
[ldk-java] / ts / package.json
1 {
2   "name": "lightningdevkit",
3   "version": "0.0.104.0alpha0",
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     "liblightningjs.wasm",
18     "tsconfig.json",
19     "README.md",
20     "test/node.mjs",
21     "test/tests.mjs",
22     "test/tests.d.mts"
23   ],
24   "repository": {
25     "type": "git",
26     "url": "git+https://github.com/lightningdevkit/ldk-garbagecollected.git"
27   },
28   "keywords": [
29     "lightning",
30     "bitcoin"
31   ],
32   "author": "LDK Developers",
33   "license": "MIT OR Apache-2.0",
34   "bugs": {
35     "url": "https://github.com/lightningdevkit/ldk-garbagecollected/issues"
36   },
37   "homepage": "https://github.com/lightningdevkit/ldk-garbagecollected#readme",
38   "devDependencies": {
39     "@types/node": "^17.0.8"
40   }
41 }