-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 951 Bytes
/
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
{
"name": "mongoose-paginate-ts",
"version": "1.3.1",
"description": "Typescript pagination plugin for mongoose",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "npm run build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IGLU-Agency/mongoose-paginate-ts.git"
},
"keywords": [
"mongoose",
"ts",
"typescript",
"paginate",
"pagination",
"paging",
"page",
"mongodb",
"nextpage",
"prevpage",
"paginator",
"cursor",
"starting",
"ending"
],
"author": "IGLU",
"license": "MIT",
"bugs": {
"url": "https://github.com/IGLU-Agency/mongoose-paginate-ts/issues"
},
"homepage": "https://github.com/IGLU-Agency/mongoose-paginate-ts#readme",
"devDependencies": {
"typescript": "^5.1.3"
},
"dependencies": {
"mongoose": "^7.3.1"
},
"directories": {
"lib": "lib"
}
}