|
10 | 10 | "zod": "^4.0.8", |
11 | 11 | }, |
12 | 12 | "devDependencies": { |
| 13 | + "@biomejs/biome": "^2.1.2", |
13 | 14 | "@types/bun": "latest", |
14 | 15 | "redis": "^5.6.1", |
15 | 16 | }, |
16 | 17 | }, |
17 | 18 | }, |
| 19 | + "trustedDependencies": [ |
| 20 | + "@biomejs/biome", |
| 21 | + ], |
18 | 22 | "packages": { |
| 23 | + "@biomejs/biome": [ "@biomejs/[email protected]", "", { "optionalDependencies": { "@biomejs/cli-darwin-arm64": "2.1.2", "@biomejs/cli-darwin-x64": "2.1.2", "@biomejs/cli-linux-arm64": "2.1.2", "@biomejs/cli-linux-arm64-musl": "2.1.2", "@biomejs/cli-linux-x64": "2.1.2", "@biomejs/cli-linux-x64-musl": "2.1.2", "@biomejs/cli-win32-arm64": "2.1.2", "@biomejs/cli-win32-x64": "2.1.2" }, "bin": { "biome": "bin/biome" } }, "sha512-yq8ZZuKuBVDgAS76LWCfFKHSYIAgqkxVB3mGVVpOe2vSkUTs7xG46zXZeNPRNVjiJuw0SZ3+J2rXiYx0RUpfGg=="], |
| 24 | + |
| 25 | + "@biomejs/cli-darwin-arm64": [ "@biomejs/[email protected]", "", { "os": "darwin", "cpu": "arm64" }, "sha512-leFAks64PEIjc7MY/cLjE8u5OcfBKkcDB0szxsWUB4aDfemBep1WVKt0qrEyqZBOW8LPHzrFMyDl3FhuuA0E7g=="], |
| 26 | + |
| 27 | + "@biomejs/cli-darwin-x64": [ "@biomejs/[email protected]", "", { "os": "darwin", "cpu": "x64" }, "sha512-Nmmv7wRX5Nj7lGmz0FjnWdflJg4zii8Ivruas6PBKzw5SJX/q+Zh2RfnO+bBnuKLXpj8kiI2x2X12otpH6a32A=="], |
| 28 | + |
| 29 | + "@biomejs/cli-linux-arm64": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-NWNy2Diocav61HZiv2enTQykbPP/KrA/baS7JsLSojC7Xxh2nl9IczuvE5UID7+ksRy2e7yH7klm/WkA72G1dw=="], |
| 30 | + |
| 31 | + "@biomejs/cli-linux-arm64-musl": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "arm64" }, "sha512-qgHvafhjH7Oca114FdOScmIKf1DlXT1LqbOrrbR30kQDLFPEOpBG0uzx6MhmsrmhGiCFCr2obDamu+czk+X0HQ=="], |
| 32 | + |
| 33 | + "@biomejs/cli-linux-x64": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-Km/UYeVowygTjpX6sGBzlizjakLoMQkxWbruVZSNE6osuSI63i4uCeIL+6q2AJlD3dxoiBJX70dn1enjQnQqwA=="], |
| 34 | + |
| 35 | + "@biomejs/cli-linux-x64-musl": [ "@biomejs/[email protected]", "", { "os": "linux", "cpu": "x64" }, "sha512-xlB3mU14ZUa3wzLtXfmk2IMOGL+S0aHFhSix/nssWS/2XlD27q+S6f0dlQ8WOCbYoXcuz8BCM7rCn2lxdTrlQA=="], |
| 36 | + |
| 37 | + "@biomejs/cli-win32-arm64": [ "@biomejs/[email protected]", "", { "os": "win32", "cpu": "arm64" }, "sha512-G8KWZli5ASOXA3yUQgx+M4pZRv3ND16h77UsdunUL17uYpcL/UC7RkWTdkfvMQvogVsAuz5JUcBDjgZHXxlKoA=="], |
| 38 | + |
| 39 | + "@biomejs/cli-win32-x64": [ "@biomejs/[email protected]", "", { "os": "win32", "cpu": "x64" }, "sha512-9zajnk59PMpjBkty3bK2IrjUsUHvqe9HWwyAWQBjGLE7MIBjbX2vwv1XPEhmO2RRuGoTkVx3WCanHrjAytICLA=="], |
| 40 | + |
19 | 41 | "@hono/zod-validator": [ "@hono/[email protected]", "", { "peerDependencies": { "hono": ">=3.9.0", "zod": "^3.25.0 || ^4.0.0" } }, "sha512-ub5eL/NeZ4eLZawu78JpW/J+dugDAYhwqUIdp9KYScI6PZECij4Hx4UsrthlEUutqDDhPwRI0MscUfNkvn/mqQ=="], |
20 | 42 |
|
21 | 43 | "@redis/bloom": [ "@redis/[email protected]", "", { "peerDependencies": { "@redis/client": "^5.6.1" } }, "sha512-5/22U76IMEfn6TeZ+uvjXspHw+ykBF0kpBa8xouzeHaQMXs/auqBUOEYzU2VKYDvnd2RSpPTyIg82oB7PpUgLg=="], |
|
0 commit comments