@modernpoacher/catbox-mongodb
Version:
MongoDB adapter for Catbox
61 lines (60 loc) • 1.55 kB
JSON
{
"name": "@modernpoacher/catbox-mongodb",
"version": "1.1.199",
"description": "MongoDB adapter for Catbox",
"keywords": [
"cache",
"catbox",
"mongodb"
],
"main": "./src/index.mjs",
"type": "module",
"author": {
"name": "Jonathan Perry for Modern Poacher Limited",
"email": "modernpoacher@modernpoacher.com",
"url": "https://modernpoacher.com"
},
"contributors": [
"Marcus Poehls <marcus@futurestud.io> (https://futurestud.io)",
"Wyatt Preul <wpreul@gmail.com> (http://jsgeek.com)",
"Jarda Kotesovec <jarda.kotesovec@gmail.com>"
],
"license": "BSD-3-Clause",
"engines": {
"node": ">=18.12.0"
},
"repository": {
"type": "git",
"url": "git://github.com/modernpoacher/catbox-mongodb.git"
},
"scripts": {
"lint": "eslint . --ext .mjs,.cjs",
"lint:fix": "npm run lint -- --fix",
"prepare": "husky",
"test": "cross-env NODE_ENV=test mocha test --recursive --verbose"
},
"dependencies": {
"@hapi/boom": "^10.0.1",
"@hapi/hoek": "^11.0.7",
"debug": "^4.4.0",
"mongodb": "^6.15.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.27.0",
"@babel/preset-env": "^7.26.9",
"@hapi/catbox": "^12.1.1",
"@hapi/code": "^9.0.3",
"@hapi/lab": "^26.0.0",
"chai": "^5.2.0",
"core-js": "^3.41.0",
"cross-env": "^7.0.3",
"eslint": "8.57.1",
"eslint-config-standard": "^17.1.0",
"husky": "^9.1.7",
"mocha": "^11.1.0"
},
"exports": {
".": "./src/index.mjs"
}
}