|
131 | 131 | "watch-plugin": "node buildTsPlugin.mjs --watch",
|
132 | 132 | "build": "tsc && tsc -p typescript --noEmit && vscode-framework build && pnpm build-plugin",
|
133 | 133 | "build-plugin": "node buildTsPlugin.mjs && node buildTsPlugin.mjs --browser",
|
| 134 | + "build-plugin:npm": "tsc -p typescript/tsconfig.npm.json", |
134 | 135 | "lint": "eslint {src/**,typescript/src/**}",
|
135 | 136 | "test": "pnpm test-plugin --run && pnpm integration-test",
|
136 | 137 | "test-plugin": "vitest --globals --dir typescript/test/ --environment ts-plugin",
|
|
158 | 159 | "vite": "^4.1.1",
|
159 | 160 | "vitest": "^0.34.6",
|
160 | 161 | "vitest-environment-ts-plugin": "./vitest-environment-ts-plugin",
|
161 |
| - "vscode-manifest": "^0.0.4" |
| 162 | + "vscode-manifest": "^0.0.4", |
| 163 | + "chokidar": "^3.5.3", |
| 164 | + "chokidar-cli": "^3.0.0", |
| 165 | + "npm-run-all": "^4.1.5" |
162 | 166 | },
|
163 | 167 | "pnpm": {
|
164 | 168 | "overrides": {
|
|
180 | 184 | "@zardoy/vscode-utils": "^0.0.52",
|
181 | 185 | "chai": "^4.3.6",
|
182 | 186 | "change-case": "^4.1.2",
|
183 |
| - "chokidar": "^3.5.3", |
184 |
| - "chokidar-cli": "^3.0.0", |
185 | 187 | "delay": "^5.0.0",
|
186 | 188 | "escape-string-regexp": "^5.0.0",
|
187 | 189 | "eslint": "^8.56.0",
|
|
191 | 193 | "lodash.get": "^4.4.2",
|
192 | 194 | "lodash.throttle": "^4.1.1",
|
193 | 195 | "mocha": "^10.0.0",
|
194 |
| - "modify-json-file": "^1.2.2", |
195 |
| - "npm-run-all": "^4.1.5", |
196 | 196 | "path-browserify": "^1.0.1",
|
197 | 197 | "pluralize": "github:plurals/pluralize#36f03cd2d573fa6d23e12e1529fa4627e2af74b4",
|
198 | 198 | "rambda": "^7.2.1",
|
|
0 commit comments