-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 910 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 910 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
{
"name": "caplets",
"version": "0.0.0",
"private": true,
"description": "Caplets Monorepo",
"type": "module",
"scripts": {
"bootstrap": "pnpm install && ./scripts/sync-reference-repos.sh",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"prepare": "husky && effect-tsgo patch --typescript --oxlint",
"test": "vitest run",
"typecheck": "tsc --noEmit && turbo typecheck",
"verify": "pnpm format:check && pnpm lint && pnpm typecheck && pnpm test"
},
"devDependencies": {
"@effect/tsgo": "0.36.0",
"@types/node": "^26.2.0",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"oxfmt": "^0.62.0",
"oxlint": "1.77.0",
"oxlint-tsgolint": "7.0.2001",
"skills": "^1.5.22",
"turbo": "^2.10.9",
"typescript": "^7.0.2",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@11.20.0"
}