aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/package.json')
-rw-r--r--packages/web-util/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/web-util/package.json b/packages/web-util/package.json
index 1add56d87..ad87304fe 100644
--- a/packages/web-util/package.json
+++ b/packages/web-util/package.json
@@ -12,6 +12,8 @@
"license": "AGPL-3.0-or-later",
"private": false,
"exports": {
+ "./lib/tests/swr": "./lib/tests/swr.mjs",
+ "./lib/tests/axios": "./lib/tests/axios.mjs",
"./lib/index.browser": "./lib/index.browser.mjs",
"./lib/index.node": "./lib/index.node.cjs"
},
@@ -27,6 +29,7 @@
"@types/node": "^18.11.9",
"@types/web": "^0.0.82",
"@types/ws": "^8.5.3",
+ "axios": "^1.2.1",
"chokidar": "^3.5.3",
"esbuild": "^0.14.21",
"express": "^4.18.2",
@@ -34,8 +37,9 @@
"preact-render-to-string": "^5.2.6",
"prettier": "^2.5.1",
"rimraf": "^3.0.2",
+ "swr": "1.3.0",
"tslib": "^2.4.0",
"typescript": "^4.8.4",
"ws": "7.4.5"
}
-}
+} \ No newline at end of file