|
60 | 60 | "typescript": "~4.9.5", |
61 | 61 | "which": "^5.0.0" |
62 | 62 | }, |
63 | | - "pnpm": { |
64 | | - "overrides": { |
65 | | - "typescript": "~4.9.5", |
66 | | - "node-gyp": "10.0.1" |
67 | | - }, |
68 | | - "patchedDependencies": { |
69 | | - "electron-mocha": "patches/electron-mocha.patch" |
70 | | - } |
71 | | - }, |
72 | 63 | "engines": { |
73 | 64 | "node": ">= 10", |
74 | 65 | "pnpm": ">= 9" |
|
113 | 104 | "format.prettier": "prettier -l --cache --cache-location ./.cache/prettier --write .", |
114 | 105 | "format.clang-format": "clang-format -i -style=file ./src/*.cc ./src/*.h ./src/util/*.h", |
115 | 106 | "lint-test.eslint": "eslint ./**/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/", |
116 | | - "lint.eslint": "pnpm run lint-test.eslint --fix", |
| 107 | + "lint.eslint": "run-s 'lint-test.eslint --fix'", |
117 | 108 | "lint.tsc": "tsc --noEmit -p ./src/tsconfig.json", |
118 | 109 | "lint.tsc-test": "tsc --noEmit -p ./test/tsconfig.json", |
119 | 110 | "lint.clang-tidy": "git ls-files --exclude-standard | grep -E '\\.(cpp|hpp|c|cc|cxx|hxx|h|ixx)$' | xargs -n 1 -P $(nproc) clang-tidy", |
120 | 111 | "lint": "run-p lint.tsc-test lint.tsc lint.eslint format", |
121 | 112 | "lint-test": "run-s lint-test.eslint", |
122 | 113 | "bench": "node --expose-gc test/bench", |
123 | | - "prepare": "pnpm run build.js", |
124 | | - "bump": "pnpx npm-check-updates -u -x typescript,eslint,chai,@types/chai && pnpx typesync" |
| 114 | + "prepare": "run-s build.js", |
| 115 | + "bump": "npx npm-check-updates -u -x typescript,eslint,chai,@types/chai && npx typesync" |
125 | 116 | }, |
126 | 117 | "cmake-ts": { |
127 | 118 | "nodeAPI": "node-addon-api", |
|
239 | 230 | "napi" |
240 | 231 | ], |
241 | 232 | "license": "MIT AND MPL-2.0", |
242 | | - "author": "Amin Yahyaabadi <aminyahyaabadi74@gmail.com>, Rolf Timmermans <rolf@zxcv.nl>" |
| 233 | + "author": "Amin Yahyaabadi <aminyahyaabadi74@gmail.com>, Rolf Timmermans <rolf@zxcv.nl>", |
| 234 | + "overrides": { |
| 235 | + "typescript": "~4.9.5", |
| 236 | + "node-gyp": "10.0.1" |
| 237 | + } |
243 | 238 | } |
0 commit comments