We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83900a7 commit 8fd8495Copy full SHA for 8fd8495
package.json
@@ -56,6 +56,18 @@
56
"tsup": "^8.5.1",
57
"typescript": "^5.9.2"
58
},
59
+ "peerDependencies": {
60
+ "ioredis": "^5.0.0",
61
+ "pg": "^8.0.0"
62
+ },
63
+ "peerDependenciesMeta": {
64
+ "ioredis": {
65
+ "optional": true
66
67
+ "knex": {
68
69
+ }
70
71
"author": "Romain Lanz <romain.lanz@pm.me>",
72
"license": "MIT",
73
"keywords": [
0 commit comments