Skip to content

Commit a367c9b

Browse files
committed
fix: add optional dependencies
1 parent 79df553 commit a367c9b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

+20
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,26 @@
2323
"snappy": "^6.3.4",
2424
"bson-ext": "^2.0.0"
2525
},
26+
"peerDependenciesMeta": {
27+
"kerberos": {
28+
"optional": true
29+
},
30+
"mongodb-client-encryption": {
31+
"optional": true
32+
},
33+
"mongodb-extjson": {
34+
"optional": true
35+
},
36+
"snappy": {
37+
"optional": true
38+
},
39+
"bson-ext": {
40+
"optional": true
41+
},
42+
"aws4": {
43+
"optional": true
44+
}
45+
},
2646
"dependencies": {
2747
"bl": "^2.2.1",
2848
"bson": "^1.1.4",

0 commit comments

Comments
 (0)