-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 935 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
{
"name": "@mnrendra/nestjs",
"version": "1.0.3",
"description": "NestJs' Logger to prints all connection information.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "npx tsc --project tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mnrendra/nestjs-connection-info.git"
},
"keywords": [
"nestjs"
],
"author": {
"name": "Muhammad Rendra",
"email": "muhammadnurrendra@gmail.com",
"url": "https://github.com/mnrendra"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/mnrendra/nestjs-connection-info/issues"
},
"homepage": "https://github.com/mnrendra/nestjs-connection-info#readme",
"devDependencies": {
"@types/node": "^18.11.15",
"typescript": "^4.9.4"
},
"peerDependencies": {
"@nestjs/common": "^9.2.1",
"@nestjs/microservices": "^9.2.1"
}
}