{
    "name": "afridho-mongodb",
    "version": "1.7.71",
    "description": "A simple MongoDB client wrapper for easy database operations",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "prepare": "npm run build",
        "clean": "rm -rf dist",
        "build": "npm run clean && tsc",
        "publish": "npm version patch --no-git-tag-version && git add . && (git diff --cached --quiet || git commit -m 'chore: bump version') && git push origin master && npm publish --ignore-scripts"
    },
    "exports": {
        ".": {
            "import": "./dist/index.js",
            "require": "./dist/index.js"
        }
    },
    "dependencies": {
        "date-fns": "^4.1.0",
        "dotenv": "^16.0.3",
        "mongodb": "^6.0.0 || ^7.0.0"
    },
    "devDependencies": {
        "@types/mongodb": "^4.0.7",
        "@types/node": "^20.19.21",
        "typescript": "^5.1.6"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/afridho/mongodb.git"
    },
    "homepage": "https://github.com/afridho/mongodb#readme",
    "author": "afridho",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/afridho/mongodb/issues"
    },
    "keywords": [
        "mongodb",
        "database",
        "nosql",
        "database-wrapper",
        "afridho"
    ]
}
