|
5 | 5 | "engines": { |
6 | 6 | "node": "^18.0.0 || >=20.0.0" |
7 | 7 | }, |
| 8 | + "devEngines": { |
| 9 | + "runtime": [ |
| 10 | + { |
| 11 | + "name": "node", |
| 12 | + "version": "20.17.0", |
| 13 | + "onFail": "download" |
| 14 | + } |
| 15 | + ] |
| 16 | + }, |
8 | 17 | "license": "MIT", |
9 | 18 | "keywords": [ |
10 | 19 | "chrome-web-store", |
|
71 | 80 | }, |
72 | 81 | "dependencies": { |
73 | 82 | "cac": "^6.7.14", |
74 | | - "cli-highlight": "^2.1.11", |
75 | 83 | "consola": "^3.4.2", |
76 | | - "dotenv": "^16.6.1", |
77 | | - "extract-zip": "^2.0.1", |
| 84 | + "dotenv": "^17.2.3", |
78 | 85 | "formdata-node": "^6.0.3", |
79 | 86 | "listr2": "^8.3.3", |
80 | | - "lodash.camelcase": "^4.3.0", |
81 | | - "lodash.kebabcase": "^4.1.1", |
82 | | - "lodash.snakecase": "^4.1.1", |
83 | 87 | "ofetch": "^1.4.1", |
84 | | - "open": "^10.2.0", |
85 | | - "ora": "^6.3.1", |
86 | | - "prompts": "^2.4.2", |
87 | | - "zod": "^3.25.76" |
| 88 | + "zod": "^3.25.76 || ^4.0.0" |
88 | 89 | }, |
89 | 90 | "devDependencies": { |
90 | 91 | "@aklinker1/check": "^1.4.5", |
91 | 92 | "@types/jsonwebtoken": "^8.5.9", |
92 | | - "@types/lodash.camelcase": "^4.3.9", |
93 | | - "@types/lodash.kebabcase": "^4.1.9", |
94 | | - "@types/lodash.snakecase": "^4.1.9", |
95 | 93 | "@types/node": "^18.19.123", |
96 | | - "@types/node-fetch": "^2.6.13", |
97 | | - "@types/prompts": "^2.4.9", |
98 | 94 | "@vitest/coverage-v8": "^1.6.1", |
99 | 95 | "archiver": "^5.3.2", |
100 | 96 | "jsonwebtoken": "^8.5.1", |
|
103 | 99 | "prettier": "^3.6.2", |
104 | 100 | "publint": "^0.2.12", |
105 | 101 | "rimraf": "^4.4.1", |
106 | | - "run-all": "^1.0.1", |
107 | 102 | "simple-git-hooks": "^2.13.1", |
108 | 103 | "tsup": "^8.5.0", |
109 | | - "tsx": "^3.14.0", |
110 | | - "typescript": "^5.9.2", |
| 104 | + "tsx": "^4.20.6", |
| 105 | + "typescript": "^5.9.3", |
111 | 106 | "vitest": "^1.6.1" |
112 | 107 | }, |
113 | | - "pnpm": { |
114 | | - "peerDependencyRules": { |
115 | | - "ignoreMissing": [ |
116 | | - "@types/download", |
117 | | - "download", |
118 | | - "express", |
119 | | - "safe-compare", |
120 | | - "body-parser" |
121 | | - ] |
122 | | - } |
123 | | - }, |
124 | 108 | "simple-git-hooks": { |
125 | 109 | "pre-commit": "pnpm lint-staged" |
126 | 110 | }, |
|
132 | 116 | |
133 | 117 | ] |
134 | 118 | }, |
135 | | - "packageManager": "pnpm@9.15.9" |
| 119 | + "packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8" |
136 | 120 | } |
0 commit comments