mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-19 05:09:41 +02:00
13 lines
224 B
JSON
13 lines
224 B
JSON
|
{
|
||
|
"name": "db-converter",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"license": "MIT",
|
||
|
"type": "module",
|
||
|
"dependencies": {
|
||
|
"commander": "^9.4.1",
|
||
|
"mongodb": "^4.10.0"
|
||
|
},
|
||
|
"packageManager": "yarn@3.2.3"
|
||
|
}
|