File tree Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Expand file tree Collapse file tree 1 file changed +17
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " mongodb" ,
3
3
"version" : " 6.8.0" ,
4
4
"description" : " The official MongoDB driver for Node.js" ,
5
- "main" : " lib/index.js" ,
6
5
"files" : [
7
6
" lib" ,
8
7
" src" ,
9
8
" etc/prepare.js" ,
10
9
" mongodb.d.ts" ,
10
+ " mongodb-next.d.ts" ,
11
11
" tsconfig.json"
12
12
],
13
- "types" : " mongodb.d.ts" ,
13
+ "exports" : {
14
+ "." : {
15
+ "import" : " ./lib/index.js" ,
16
+ "types" : " ./mongodb.d.ts" ,
17
+ "require" : " ./lib/index.js" ,
18
+ "node" : " ./lib/index.js" ,
19
+ "default" : " ./lib/index.js"
20
+ },
21
+ "./next" : {
22
+ "import" : " ./lib/index.js" ,
23
+ "types" : " ./mongodb-next.d.ts" ,
24
+ "require" : " ./lib/index.js" ,
25
+ "node" : " ./lib/index.js" ,
26
+ "default" : " ./lib/index.js"
27
+ }
28
+ },
14
29
"repository" : {
15
30
"type" : " git" ,
16
31
"url" :
" [email protected] :mongodb/node-mongodb-native.git"
You can’t perform that action at this time.
0 commit comments