File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " @observablehq/database-proxy" ,
3
+ "description" : " A local proxy to connect private Observable notebooks to private databases" ,
4
+ "version" : " 1.0.1" ,
2
5
"bin" : {
3
6
"observable-database-proxy" : " ./bin/observable-database-proxy"
4
7
},
13
16
"serialize-error" : " ^4.1.0" ,
14
17
"yargs" : " ^13.2.4"
15
18
},
16
- "name" : " @observablehq/database-proxy" ,
17
- "description" : " A local proxy to connect private Observable notebooks to private databases" ,
18
- "version" : " 1.0.1" ,
19
19
"devDependencies" : {
20
20
"nodemon" : " ^1.19.1"
21
21
},
24
24
"test" : " echo \" Error: no test specified\" && exit 1"
25
25
},
26
26
"author" : " Observable" ,
27
- "license" : " ISC"
27
+ "license" : " ISC" ,
28
+ "repository" : {
29
+ "type" : " git" ,
30
+ "url" : " https://github.com/observablehq/database-proxy.git"
31
+ }
28
32
}
You can’t perform that action at this time.
0 commit comments