flora is a fast and secure runtime that lets you write discord bots for your servers, with a rich TypeScript SDK, without worrying about running infrastructure. [mirror]
1packages:
2 - 'examples/*'
3 - 'apps/*'
4 - 'packages/*'
5
6catalog:
7 '@babel/core': 7.29.0
8 '@hey-api/openapi-ts': 0.96.0
9 '@hey-api/vite-plugin': 0.3.0
10 '@oxc-solid-js/vite': 0.1.0-alpha.15
11 '@rolldown/plugin-babel': 0.2.1
12 '@shikijs/core': 4.0.2
13 '@shikijs/engine-javascript': 4.0.2
14 '@shikijs/langs': 4.0.2
15 '@tanstack/react-query': ^5.90.21
16 '@types/babel__core': 7.20.5
17 '@types/node': ^24
18 '@typescript/native-preview': ^7.0.0-dev.20260105.1
19 typescript: ^5
20 vite: npm:@voidzero-dev/vite-plus-core@0.1.16
21 vite-plus: 0.1.16
22 vitest: npm:@voidzero-dev/vite-plus-test@0.1.16
23
24catalogMode: prefer
25ignoreDepScripts: true
26ignoreWorkspaceRootCheck: true
27overrides:
28 vite: 'catalog:'
29 vitest: 'catalog:'
30peerDependencyRules:
31 allowAny:
32 - vite
33 - vitest
34 allowedVersions:
35 vite: '*'
36 vitest: '*'
37savePrefix: ''
38shellEmulator: true