|
60 | 60 | "dev": "pnpm run clean && concurrently -c black,blue --kill-others-on-fail false \"pnpm run bundle --watch\" \"pnpm run check:type --watch --preserveWatchOutput\"",
|
61 | 61 | "emit-types": "tsc -p tsconfig.emit.json && node -r esbuild-register scripts/emit-types.ts",
|
62 | 62 | "generate-json-schema": "pnpm exec ts-json-schema-generator --no-type-check --path src/config/config.ts --type RawConfig --out config-schema.json",
|
63 |
| - "prepublishOnly": "SOURCEMAPS=false pnpm run build", |
| 63 | + "prepublishOnly": "SOURCEMAPS=false pnpm run -w build", |
64 | 64 | "start": "pnpm run bundle && cross-env NODE_OPTIONS=--enable-source-maps ./bin/wrangler.js",
|
65 | 65 | "test": "pnpm run assert-git-version && jest",
|
66 | 66 | "test:ci": "pnpm run test",
|
|
113 | 113 | "xxhash-wasm": "^1.0.1"
|
114 | 114 | },
|
115 | 115 | "devDependencies": {
|
116 |
| - "@cloudflare/ai": "^1.0.35", |
117 | 116 | "@cloudflare/cli": "workspace:*",
|
118 | 117 | "@cloudflare/eslint-config-worker": "*",
|
119 | 118 | "@cloudflare/pages-shared": "workspace:^",
|
|
127 | 126 | "@sentry/types": "^7.86.0",
|
128 | 127 | "@sentry/utils": "^7.86.0",
|
129 | 128 | "@types/body-parser": "^1.19.2",
|
130 |
| - "@types/busboy": "^1.5.0", |
131 | 129 | "@types/command-exists": "^1.2.0",
|
132 | 130 | "@types/express": "^4.17.13",
|
133 | 131 | "@types/glob-to-regexp": "0.4.1",
|
|
142 | 140 | "@types/serve-static": "^1.13.10",
|
143 | 141 | "@types/shell-quote": "^1.7.2",
|
144 | 142 | "@types/signal-exit": "^3.0.1",
|
145 |
| - "@types/source-map-support": "^0.5.7", |
146 | 143 | "@types/supports-color": "^8.1.1",
|
147 | 144 | "@types/ws": "^8.5.3",
|
148 | 145 | "@types/yargs": "^17.0.10",
|
|
160 | 157 | "esbuild-jest": "0.5.0",
|
161 | 158 | "execa": "^6.1.0",
|
162 | 159 | "express": "^4.18.1",
|
163 |
| - "finalhandler": "^1.2.0", |
164 | 160 | "find-up": "^6.3.0",
|
165 | 161 | "get-port": "^6.1.2",
|
166 | 162 | "glob-to-regexp": "0.4.1",
|
|
171 | 167 | "ink-select-input": "^4.2.1",
|
172 | 168 | "ink-spinner": "^4.0.3",
|
173 | 169 | "ink-table": "^3.0.0",
|
174 |
| - "ink-testing-library": "^2.1.0", |
175 |
| - "ink-text-input": "^4.0.3", |
176 | 170 | "is-ci": "^3.0.1",
|
177 | 171 | "javascript-time-ago": "^2.5.4",
|
178 | 172 | "jest": "^29.7.0",
|
|
188 | 182 | "prompts": "^2.4.2",
|
189 | 183 | "react": "^17.0.2",
|
190 | 184 | "react-error-boundary": "^3.1.4",
|
191 |
| - "remove-accents-esm": "^0.0.1", |
192 | 185 | "semiver": "^1.1.0",
|
193 | 186 | "serve-static": "^1.15.0",
|
194 | 187 | "shell-quote": "^1.8.1",
|
|
0 commit comments