UNPKG

mongosuper

Version:

mongosuper is a superset of mongoose. It is a wrapper around mongoose. It manage your mongoose connection and keep it alive always. It also provide you some extra features like CRUD operations, etc.

55 lines 1.52 kB
{ "name": "mongosuper", "version": "4.5.12", "description": "mongosuper is a superset of mongoose. It is a wrapper around mongoose. It manage your mongoose connection and keep it alive always. It also provide you some extra features like CRUD operations, etc.", "main": "./lib/Ts/Connection/Connection.js", "types": "./lib/Ts/Connection/Connection.d.ts", "scripts": { "test": "yarn run lint", "build": "yarn test && tsc", "prepare": "yarn run build", "lint": "eslint src/**/*.ts --fix" }, "keywords": [ "Mongoose", "MongoDB", "Mongo", "Database", "Connect", "Connection", "Mongoose-Connect", "Mongoose-Connection", "Mongoose-Connect-Connection", "Mongoose-Connect-Connection-Keep-Alive", "Mongoose-Connect-Connection-Keep-Alive-Always", "Mongoose-Connect-Connection-Keep-Alive-Always-Alive", "mongosuper", "Crud", "CRUD" ], "author": "Ankan Saha", "displayName": "mongosuper", "sponsor": { "type": "git", "url": "https://github.com/sponsors/AnkanSaha" }, "funding": { "type": "git", "url": "https://github.com/sponsors/AnkanSaha" }, "license": "MIT", "dependencies": { "mongoose": "7.8.6" }, "readme": "README.md", "repository": { "type": "git", "url": "git://github.com/AnkanSaha/MongoSuper.git" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "typescript": "^5.3.3" } }