-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "objekt-explorer",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"drizzle-orm": "^1.0.0-rc.1",
"zod": "^4.4.1",
"ofetch": "^1.5.1"
},
"catalogs": {
"dev": {
"drizzle-kit": "^1.0.0-rc.1",
"@types/bun": "^1.3.13",
"turbo": "^2.9.7",
"typescript": "^6.0.3"
}
}
},
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"start": "turbo run start",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"typecheck": "turbo run typecheck",
"format": "turbo run format"
},
"devDependencies": {
"@types/node": "^25.6.0",
"@typescript/native-preview": "^7.0.0-dev.20260430.1",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"oxlint-tsgolint": "^0.22.1",
"turbo": "^2.9.7"
},
"packageManager": "bun@1.3.13",
"patchedDependencies": {
"@subsquid/typeorm-store@1.9.0": "patches/@subsquid%2Ftypeorm-store@1.9.0.patch"
}
}