This commit is contained in:
2024-01-28 21:03:19 -06:00
commit ac3714f05e
9 changed files with 346 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "mongo-assert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^16.4.1",
"mongodb": "^6.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"zod": "^3.22.4"
}
}