-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "mongosuper",
"version": "4.5.8",
"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.5.0"
},
"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"
}
}