chris 746868d720 Add 'main-site/' from commit '5cefb4d1618bc54ae0e86830421a8c911900302c'
git-subtree-dir: main-site
git-subtree-mainline: 4d1daa39101c0a85ca6d916f1c31139faf39632a
git-subtree-split: 5cefb4d1618bc54ae0e86830421a8c911900302c
2026-04-13 19:22:17 -04:00

39 lines
856 B
JSON

{
"name": "mquery",
"version": "5.0.0",
"description": "Expressive query building for MongoDB",
"main": "lib/mquery.js",
"scripts": {
"test": "mocha --exit test/index.js test/*.test.js",
"fix-lint": "eslint . --fix",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/aheckmann/mquery.git"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"debug": "4.x"
},
"devDependencies": {
"eslint": "8.x",
"eslint-plugin-mocha-no-only": "1.1.1",
"mocha": "9.x",
"mongodb": "5.x"
},
"bugs": {
"url": "https://github.com/aheckmann/mquery/issues/new"
},
"author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
"license": "MIT",
"keywords": [
"mongodb",
"query",
"builder"
],
"homepage": "https://github.com/aheckmann/mquery/"
}