Skip to content

Commit 7445f60

Browse files
author
Sylvestre Gug
committed
make db clients importable
1 parent 6a0eba0 commit 7445f60

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
"name": "@observablehq/database-proxy",
33
"description": "A local proxy to connect private Observable notebooks to private databases",
44
"version": "2.0.0",
5+
"type": "module",
6+
"engines" : {
7+
"node" : ">=14.19.0"
8+
},
9+
"exports":{
10+
"./postgres.js": "./lib/postgres.js",
11+
"./mysql.js": "./lib/mysql.js",
12+
"./snowflake.js": "./lib/snowflake.js"
13+
},
514
"bin": {
615
"observable-database-proxy": "./bin/observable-database-proxy"
716
},

0 commit comments

Comments
 (0)