init start script

This commit is contained in:
Primakov Alexandr Alexandrovich
2024-08-27 12:27:51 +03:00
parent 5b6d5852c0
commit 1f47d019e5
4 changed files with 293 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "mongo-commands",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.5",
"mongodb": "^3.6.8"
}
}