18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"name": "jsmongo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"mongodb": "^7.0.0",
|
|
"mongoose": "^8.20.0"
|
|
}
|
|
}
|