-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (37 loc) · 947 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
{
"dependencies": {
},
"name": "nestjs-crud-mongoose",
"description": "Mongoose service adapter for @nestjsx/crud",
"version": "1.1.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"devDependencies": {
"@nestjsx/crud": "^4.2.0",
"@typegoose/typegoose": "^6.0.2",
"@nestjs/common": "^6.7.2",
"@types/mongoose": "^5.5.18",
"rxjs": "^6.5.3",
"tsc": "^1.20150623.0",
"typescript": "^3.6.3"
},
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/topfullstack/nestjs-crud-mongoose.git"
},
"keywords": [
"mongoose",
"crud",
"nestjs"
],
"author": "wu-xuesong@qq.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/topfullstack/nestjs-crud-mongoose/issues"
},
"homepage": "https://github.com/topfullstack/nestjs-crud-mongoose#readme"
}