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]
1{
2 "name": "@flora-monorepo/flora",
3 "private": true,
4 "workspaces": [
5 "sdk",
6 "examples/*",
7 "apps/*",
8 "packages/*"
9 ],
10 "scripts": {
11 "format": "dprint fmt"
12 },
13 "devDependencies": {
14 "@uwu/flora-cli": "workspace:*",
15 "@voidzero-dev/vite-plus-core": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
16 "dprint": "0.51.1",
17 "lefthook": "^2.0.15",
18 "typescript": "^5.7.2",
19 "vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
20 "vitest": "npm:@voidzero-dev/vite-plus-test@0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab",
21 "vue-tsc": "3.2.4"
22 },
23 "packageManager": "pnpm@10.28.0"
24}