|
44 | 44 | "examples/*" |
45 | 45 | ], |
46 | 46 | "scripts": { |
47 | | - "postinstall": "node scripts/setup-bun.mjs || echo 'setup-bun.mjs failed or not available'", |
48 | 47 | "start": "npm run examples:dev", |
49 | 48 | "generate:schemas": "tsx scripts/generate-schemas.ts && prettier --write \"src/generated/**/*\"", |
50 | 49 | "sync:snippets": "bun scripts/sync-snippets.ts", |
|
62 | 61 | "examples:start": "NODE_ENV=development npm run build && bun examples/run-all.ts start", |
63 | 62 | "examples:dev": "NODE_ENV=development bun examples/run-all.ts dev", |
64 | 63 | "watch": "nodemon --watch src --ext ts,tsx --exec 'bun build.bun.ts'", |
65 | | - "prepare": "node scripts/setup-bun.mjs && npm run build && husky", |
| 64 | + "prepare": "npm run build && husky", |
66 | 65 | "docs": "typedoc", |
67 | 66 | "docs:watch": "typedoc --watch", |
68 | 67 | "generate:screenshots": "npm run build:all && docker run --rm -e EXAMPLE -v $(pwd):/work -w /work mcr.microsoft.com/playwright:v1.57.0-noble sh -c 'apt-get update -qq && apt-get install -qq -y python3-venv curl > /dev/null && curl -LsSf https://astral.sh/uv/install.sh | sh && export PATH=\"$HOME/.local/bin:$PATH\" && npm i -g bun && npm ci && npx playwright test tests/e2e/generate-grid-screenshots.spec.ts'", |
|
101 | 100 | "typedoc": "^0.28.14", |
102 | 101 | "typedoc-github-theme": "^0.4.0", |
103 | 102 | "typescript": "^5.9.3", |
| 103 | + "bun": "^1.2.21", |
104 | 104 | "zod": "^4.1.13" |
105 | 105 | }, |
106 | 106 | "peerDependencies": { |
|
117 | 117 | "optional": true |
118 | 118 | } |
119 | 119 | }, |
120 | | - "optionalDependencies": { |
121 | | - "@oven/bun-darwin-aarch64": "^1.2.21", |
122 | | - "@oven/bun-darwin-x64": "^1.2.21", |
123 | | - "@oven/bun-darwin-x64-baseline": "^1.2.21", |
124 | | - "@oven/bun-linux-aarch64": "^1.2.21", |
125 | | - "@oven/bun-linux-aarch64-musl": "^1.2.21", |
126 | | - "@oven/bun-linux-x64": "^1.2.21", |
127 | | - "@oven/bun-linux-x64-baseline": "^1.2.21", |
128 | | - "@oven/bun-linux-x64-musl": "^1.2.21", |
129 | | - "@oven/bun-linux-x64-musl-baseline": "^1.2.21", |
130 | | - "@oven/bun-windows-x64": "^1.2.21", |
131 | | - "@oven/bun-windows-x64-baseline": "^1.2.21", |
132 | | - "@rollup/rollup-darwin-arm64": "^4.53.3", |
133 | | - "@rollup/rollup-darwin-x64": "^4.53.3", |
134 | | - "@rollup/rollup-linux-arm64-gnu": "^4.53.3", |
135 | | - "@rollup/rollup-linux-x64-gnu": "^4.53.3", |
136 | | - "@rollup/rollup-win32-arm64-msvc": "^4.53.3", |
137 | | - "@rollup/rollup-win32-x64-msvc": "^4.53.3" |
138 | | - }, |
139 | 120 | "overrides": { |
140 | 121 | "seroval": "1.4.1", |
141 | 122 | "seroval-plugins": "1.4.2", |
|
0 commit comments