-
-
Notifications
You must be signed in to change notification settings - Fork 88
/
package.json
37 lines (37 loc) · 893 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
{
"name": "@automapper/nestjs",
"version": "0.0.0",
"type": "module",
"peerDependencies": {
"@automapper/core": "latest",
"@nestjs/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"@nestjs/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0"
},
"sideEffects": false,
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/nartc/mapper/tree/main/packages/nestjs"
},
"author": {
"name": "Chau Tran",
"email": "[email protected]",
"url": "https://nartc.me"
},
"description": "AutoMapper TypeScript NestJS integration",
"keywords": [
"typescript",
"automapper",
"mapper",
"nx"
],
"license": "MIT",
"files": [
"**/*"
]
}