aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-util/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-util/package.json')
-rw-r--r--packages/taler-util/package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/packages/taler-util/package.json b/packages/taler-util/package.json
index 15197c086..005d66123 100644
--- a/packages/taler-util/package.json
+++ b/packages/taler-util/package.json
@@ -12,6 +12,15 @@
"node": "./lib/index.node.js",
"browser": "./lib/index.browser.js",
"default": "./lib/index.js"
+ },
+ "./twrpc": {
+ "default": "./lib/twrpc.js"
+ }
+ },
+ "imports": {
+ "#twrpc-impl": {
+ "node": "./lib/twrpc-impl.node.js",
+ "default": "./lib/twrpc-impl.missing.js"
}
},
"scripts": {
@@ -27,7 +36,7 @@
"esbuild": "^0.14.21",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
- "typescript": "^4.8.4"
+ "typescript": "^4.9.4"
},
"dependencies": {
"big-integer": "^1.6.51",