-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.81 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.81 KB
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
56
57
58
59
{
"name": "@coderomeos/nestjs-helper-library",
"version": "0.1.31",
"description": "A nestjs helper library",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/CodeRomeos/nestjs-helper-library.git"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Abid Raza <ari.abid@gmail.com> (https://github.com/ariabid)",
"contributors": [
"Abid Raza <ari.abid@gmail.com> (https://github.com/ariabid)",
"Gautam Kumar <guruonly007@gmail.com> (https://github.com/r8here)",
"Shubham Surya (https://github.com/ninja1ndia)"
],
"publishConfig": {
"@coderomeos:registry": "https://npm.pkg.github.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeRomeos/nestjs-helper-library"
},
"homepage": "https://github.com/CodeRomeos/nestjs-helper-library#readme",
"dependencies": {
"dotenv": "^16.4.7",
"tslib": "2.6.3",
"uuid": "^11.0.3"
},
"peerDependencies": {
"@nestjs/microservices": "^10.4.4",
"@nestjs/mongoose": "^10.0.10",
"bcrypt": "^5.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"fs": "^0.0.1-security",
"mongoose": "^8.7.2",
"path": "^0.12.7"
},
"devDependencies": {
"@nestjs/common": "^10.4.5",
"@nestjs/testing": "^10.4.5",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.13",
"@types/moment": "^2.13.0",
"@types/node": "^22.7.8",
"@types/uuid": "^10.0.0",
"aws-sdk": "^2.1691.0",
"moment": "^2.30.1",
"typescript": "^5.6.3"
},
"keywords": [
"nestjs"
]
}