-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 907 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 907 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
{
"name": "effect-boxes-monorepo",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"type-check": "turbo run type-check",
"docs:check": "turbo run docs:check",
"dev": "turbo run dev",
"benchmark": "turbo run benchmark",
"format": "bunx prettier --write \"**/*.{md,mdx}\" && biome check --write",
"clean": "turbo run clean && git clean -xdf node_modules .cache .turbo dist tsconfig.tsbuildinfo",
"postinstall": "effect-language-service patch"
},
"devDependencies": {
"@biomejs/biome": "2.4.15",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@effect/language-service": "^0.86.1",
"effect": "4.0.0-beta.66",
"turbo": "^2.5.4",
"typescript": "^6.0.3"
},
"packageManager": "bun@1.2.17"
}