diff options
Diffstat (limited to 'test/js/third_party/mongodb/package.json')
-rw-r--r-- | test/js/third_party/mongodb/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/js/third_party/mongodb/package.json b/test/js/third_party/mongodb/package.json new file mode 100644 index 000000000..b7cdb0b5c --- /dev/null +++ b/test/js/third_party/mongodb/package.json @@ -0,0 +1,6 @@ +{ + "name": "mongodb", + "dependencies": { + "mongodb": "6.0.0" + } +} |