mongovate
Version:
A cutting-edge productivity-boosting library designed for professionals working with MongoDB.
33 lines (32 loc) • 667 B
JSON
{
"name": "mongovate",
"version": "0.0.1",
"description": "A cutting-edge productivity-boosting library designed for professionals working with MongoDB.",
"author": "Ali Khaled",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ali-abdelqawy/mongovate.git"
},
"files": [
"src/**/**.ts"
],
"module": "src/index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"keywords": [
"mongodb",
"aggregation-framework",
"pipelines",
"nodejs",
"javascript",
"typescript",
"bun",
"npm-package"
]
}