-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.63 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
44
45
46
47
48
{
"name": "@hodfords/nestjs-exception",
"version": "11.0.0",
"description": "A NestJS module for handling and customizing exceptions with ease.",
"scripts": {
"prebuild": "rimraf dist",
"build": "tsc",
"start:dev": "npm run prebuild && nest start --watch",
"postbuild": "cp package.json dist/lib && cp README.md dist/lib && cp .npmrc dist/lib",
"prepare": "is-ci || husky",
"format": "prettier --write \"lib/**/*.ts\"",
"cspell": "cspell",
"lint": "eslint \"lib/**/*.ts\" --fix --max-warnings 0",
"lint-staged": "lint-staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hodfords-solutions/nestjs-exception.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hodfords-solutions/nestjs-exception/issues"
},
"homepage": "https://github.com/hodfords-solutions/nestjs-exception#readme",
"devDependencies": {
"@grpc/grpc-js": "1.12.6",
"@hodfords/nestjs-cls-translation": "11.0.0",
"@hodfords/nestjs-eslint-config": "11.0.0",
"@hodfords/nestjs-prettier-config": "11.0.0",
"@nestjs/cli": "11.0.2",
"@nestjs/common": "11.0.8",
"@nestjs/core": "11.0.8",
"@types/node": "22.13.1",
"cspell": "8.17.3",
"eslint": "9.20.0",
"express": "4.21.2",
"husky": "9.1.7",
"is-ci": "4.1.0",
"lint-staged": "15.4.3",
"lodash": "4.17.21",
"rimraf": "6.0.1",
"rxjs": "7.8.1",
"typeorm": "0.3.20",
"typescript": "5.7.3"
}
}