|
|
|
@ -12,7 +12,7 @@ |
|
|
|
|
"start:dev": "nest start --watch", |
|
|
|
|
"start:debug": "nest start --debug --watch", |
|
|
|
|
"start:prod": "node dist/main", |
|
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix", |
|
|
|
|
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"", |
|
|
|
|
"test": "jest", |
|
|
|
|
"test:watch": "jest --watch", |
|
|
|
|
"test:cov": "jest --coverage", |
|
|
|
@ -30,6 +30,7 @@ |
|
|
|
|
"@nestjs/cli": "^10.0.0", |
|
|
|
|
"@nestjs/schematics": "^10.0.0", |
|
|
|
|
"@nestjs/testing": "^10.0.0", |
|
|
|
|
"@tsconfig/strictest": "^2.0.2", |
|
|
|
|
"@types/express": "^4.17.17", |
|
|
|
|
"@types/jest": "^29.5.2", |
|
|
|
|
"@types/node": "^20.3.1", |
|
|
|
|