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.
1 parent fe35e2d commit cfa6278Copy full SHA for cfa6278
package.json
@@ -2,6 +2,9 @@
2
"name": "sql-to-nosql",
3
"version": "0.1.0",
4
"description": "Run SQL quries on your Mongodb database.",
5
+ "publishConfig": {
6
+ "registry": "https://www.npmjs.com/package/sql-to-nosql"
7
+ },
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/ariflogs/SQL-to-NoSQL"
@@ -35,4 +38,4 @@
35
38
"mongodb": "^6.1.0"
36
39
},
37
40
"type": "module"
-}
41
+}
0 commit comments