easy-mongo-orm
Version:
A powerful and elegant MongoDB/Mongoose toolkit that makes database operations a breeze with built-in caching, search, pagination, performance monitoring, soft delete, versioning, data export/import, schema validation, and migration utilities
74 lines (73 loc) • 1.84 kB
JSON
{
"name": "easy-mongo-orm",
"version": "1.1.0",
"description": "A powerful and elegant MongoDB/Mongoose toolkit that makes database operations a breeze with built-in caching, search, pagination, performance monitoring, soft delete, versioning, data export/import, schema validation, and migration utilities",
"main": "dist/index.js",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test-all-features.js",
"build": "babel src -d dist",
"prepare": "npm run build",
"prepublishOnly": "npm test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"mongodb",
"mongoose",
"database",
"orm",
"nosql",
"cache",
"query-builder",
"transactions",
"search",
"geospatial",
"fuzzy-search",
"pagination",
"performance-monitoring",
"rate-limiting",
"soft-delete",
"versioning",
"audit-trail",
"data-export",
"data-import",
"schema-validation",
"data-migration"
],
"author": {
"name": "Md.Tousif",
"url": "https://github.com/tousif777"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tousif777/Easy-Mongo.git"
},
"bugs": {
"url": "https://github.com/tousif777/Easy-Mongo/issues"
},
"homepage": "https://github.com/tousif777/Easy-Mongo#readme",
"dependencies": {
"ioredis": "^5.0.0",
"joi": "^17.11.0",
"mongoose": "^7.6.3",
"redis": "^4.0.0"
},
"peerDependencies": {
"mongoose": ">=6.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"jest": "^29.0.0"
},
"engines": {
"node": ">=14.0.0"
}
}