{ "name": "mongo-assert", "version": "0.0.1", "description": "", "main": "index.ts", "scripts": { "build": "tsc", "start": "ts-node index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "peerDependencies": { "mongodb": "^6.3.0", "zod": "^3.22.4" }, "devDependencies": { "dotenv": "^16.4.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }