-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 Bytes
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
{
"name": "knowledge-base",
"private": true,
"type": "module",
"scripts": {
"prepare": "lefthook install",
"check": "bun ultracite check --type-aware",
"check-types": "tsgo --noEmit",
"fix": "bun ultracite fix --type-aware",
"test:unit": "vitest run"
},
"dependencies": {
"@effect/cli": "0.73.0",
"@effect/platform-bun": "0.87.0",
"effect": "3.19.14"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@effect/language-service": "0.63.2",
"@effect/vitest": "0.27.0",
"@types/bun": "latest",
"@typescript/native-preview": "7.0.0-dev.20251231.1",
"lefthook": "^2.0.13",
"oxfmt": "^0.21.0",
"oxlint": "^1.36.0",
"oxlint-tsgolint": "^0.10.1",
"ultracite": "7.0.5",
"vitest": "^4.0.16"
},
"peerDependencies": {
"typescript": "^5"
}
}