|
4 | 4 | "scripts": { |
5 | 5 | "precompile": "lerna run precompile", |
6 | 6 | "compile": "tsc -p tsconfig-build.json", |
7 | | - "postinstall": "husky install", |
| 7 | + "postinstall": "husky", |
8 | 8 | "prepare": "husky && npm run compile && npm run dist", |
9 | 9 | "lint": "eslint . --ext .js,.ts,.tsx --max-warnings 0 --cache --cache-location 'node_modules/.cache/.eslintcache'", |
10 | 10 | "lintfix": "npm run lint -- --fix", |
|
26 | 26 | "url": "git@github.com:sclable/nestjs-libs.git" |
27 | 27 | }, |
28 | 28 | "engines": { |
29 | | - "node": "^16.19.0 || ^18.14.0 || ^20.2.0", |
30 | | - "npm": "^8.19.0 || ^9.6.0" |
| 29 | + "node": "^18.14.0 || ^20.2.0 || ^22.8.0", |
| 30 | + "npm": "^9.6.0 || ^10.8.0" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | 33 | "@sclable/nestjs-async-provider": "file:packages/async-provider", |
|
58 | 58 | "@types/fs-extra": "11.0.4", |
59 | 59 | "@types/jest": "29.5.12", |
60 | 60 | "@types/minio": "7.1.1", |
61 | | - "@types/node": "20.14.11", |
| 61 | + "@types/node": "22.5.4", |
62 | 62 | "@types/passport-jwt": "4.0.1", |
63 | 63 | "@types/passport-local": "1.0.38", |
64 | 64 | "@types/pluralize": "0.0.33", |
|
0 commit comments