-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 KB
/
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
{
"name": "@crowdlinker/nestjs-commons",
"version": "0.1.1",
"description": "Commons for NestJS based projects",
"author": "Crowdlinker Inc.",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json"
},
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@nestjs/common": "^10.3.4",
"@types/bull": "^4.10.0",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.0",
"@types/multer": "^1.4.11",
"bull": "^4.12.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dayjs": "^1.11.10",
"typeorm": "^0.3.20",
"typescript": "^5.4.3"
},
"repository": {
"url": "https://github.com/CrowdLinker/nestjs-commons",
"type": "git"
},
"bugs": {
"url": "https://github.com/CrowdLinker/nestjs-commons/issues"
},
"keywords": [
"nestjs",
"commons",
"nodejs"
],
"contributors": [
"Ankesh Mistry <[email protected]>",
"Prateek Kathal <[email protected]>",
"Mayank Gupta <[email protected]>"
]
}