{ "name": "@fastify/mongodb", "version": "9.0.2", "description": "Fastify MongoDB connection plugin", "main": "index.js", "type": "commonjs", "types": "types/index.d.ts", "scripts": { "coverage": "npm run unit -- --cov --coverage-report=html", "lint": "eslint", "lint:fix": "eslint --fix", "mongo": "docker run --rm -d -p 27017:27017 mongo:5.0.0", "test": "npm run test:unit && npm run test:typescript", "test:typescript": "tsd", "test:unit": "c8 --100 node --test" }, "repository": { "type": "git", "url": "git+https://github.com/fastify/fastify-mongodb.git" }, "keywords": [ "fastify", "mongo", "mongodb", "database", "connection" ], "author": "Tomas Della Vedova - @delvedor (https://delvedor.dev)", "contributors": [ { "name": "Matteo Collina", "email": "hello@matteocollina.com" }, { "name": "Manuel Spigolon", "email": "behemoth89@gmail.com" }, { "name": "KaKa Ng", "email": "kaka@kakang.dev", "url": "https://github.com/climba03003" }, { "name": "Frazer Smith", "email": "frazer.dev@icloud.com", "url": "https://github.com/fdawgs" } ], "license": "MIT", "bugs": { "url": "https://github.com/fastify/fastify-mongodb/issues" }, "homepage": "https://github.com/fastify/fastify-mongodb#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/fastify" }, { "type": "opencollective", "url": "https://opencollective.com/fastify" } ], "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@types/node": "^22.0.0", "c8": "^10.1.2", "eslint": "^9.17.0", "fastify": "^5.0.0", "neostandard": "^0.12.0", "tsd": "^0.31.0" }, "dependencies": { "fastify-plugin": "^5.0.0", "mongodb": "^6.5.0" }, "publishConfig": { "access": "public" } }