-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@vlodia/mongo",
"version": "0.0.1",
"description": "a comprehensive MongoDB interaction module built on top of Mongoose. It provides a rich set of tools and utilities for seamless database management, including connection handling, CRUD operations, schema management, and more. Designed for flexibility and ease of use, this module aims to simplify working with MongoDB in your NodeJS projects.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/takachidot/vlodia-mongo.git"
},
"keywords": [
"Yahya",
"Vlodia",
"Database",
"Mongoose",
"MongoDB"
],
"author": "Yahya",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/takachidot/vlodia-mongo/issues"
},
"homepage": "https://github.com/takachidot/vlodia-mongo#readme",
"dependencies": {
"events": "^3.3.0",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lodash.remove": "^4.7.0",
"lodash.set": "^4.3.2",
"lodash.unset": "^4.5.2",
"mongoose": "^8.5.2"
},
"devDependencies": {
"@types/lodash.get": "^4.4.6",
"@types/lodash.has": "^4.5.6",
"@types/lodash.remove": "^4.7.9",
"@types/lodash.set": "^4.3.6",
"@types/lodash.unset": "^4.5.6"
}
}