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.
2 parents 6a0eba0 + 7445f60 commit 3f52de5Copy full SHA for 3f52de5
package.json
@@ -2,6 +2,15 @@
2
"name": "@observablehq/database-proxy",
3
"description": "A local proxy to connect private Observable notebooks to private databases",
4
"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
14
"bin": {
15
"observable-database-proxy": "./bin/observable-database-proxy"
16
},
0 commit comments