Merge branch 'feature/specify-engine' of https://github.com/okxiaoliang4/typescript-starter into okxiaoliang4-feature/specify-engine

This commit is contained in:
Kamil Myśliwiec 2024-10-16 12:11:02 +02:00
commit fbadc36498
No known key found for this signature in database
GPG Key ID: 21ED9535110F047A
2 changed files with 5 additions and 0 deletions

1
.npmrc Normal file
View File

@ -0,0 +1 @@
engine-strict=true

View File

@ -18,6 +18,10 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/jest/bin/jest --runInBand", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/jest/bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"dependencies": { "dependencies": {
"@nestjs/common": "^10.3.2", "@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.4.4", "@nestjs/core": "^10.4.4",