mongo-bolt
Version:
A lightweight, beginner-friendly MongoDB wrapper with inbuilt caching and simplified joins/indexing.
70 lines (68 loc) • 1.54 kB
JSON
{
"name": "mongo-bolt",
"version": "1.0.5",
"type": "module",
"description": "A lightweight, beginner-friendly MongoDB wrapper with inbuilt caching and simplified joins/indexing.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc --watch",
"test:watch": "nodemon",
"build": "tsc",
"start:all": "concurrently \"npm run dev\" \"npm run test:watch\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/AryanMankame/mongo-bolt.git"
},
"keywords": [
"mongo-bolt",
"bolt-mongo",
"mongodb",
"mongoose",
"nosql",
"database",
"quick-bolt",
"easy-bolt",
"fast-mongo",
"lightweight-mongo",
"simple-mongo",
"modern-mongo",
"mongo-wrapper",
"mongodb-wrapper",
"mongo-js",
"mongodb-js",
"easy-mongo",
"quick-mongo",
"cache-mongo",
"caching-mongo",
"cache-database",
"caching-database",
"cloud-mongo",
"cloud-database",
"aggregation-builder",
"joins-mongo",
"indexing-mongo",
"multi-collection",
"mongo-api",
"nodejs-mongo"
],
"author": "AryanMankame",
"license": "MIT",
"homepage": "https://github.com/AryanMankame/mongo-bolt#readme",
"dependencies": {
"mongoose": "^8.13.1",
"nodemon": "^3.1.9"
},
"devDependencies": {
"@types/node": "^22.14.0",
"concurrently": "^9.1.2"
}
}