-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 1.24 KB
/
package.json
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": "root",
"private": true,
"packageManager": "[email protected]+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"scripts": {
"codegen": "pnpm run --recursive codegen",
"build": "tsc --build tsconfig.build.json && pnpm run --recursive --filter \"./packages/*\" build",
"release": "pnpm build && changeset publish",
"test": "vitest",
"test:coverage": "vitest --coverage",
"typecheck": "tsc --build tsconfig.json",
"documentation": "pnpm run --filter docs dev",
"format": "biome format --write . && biome check --write --unsafe .",
"lint": "biome check ."
},
"devDependencies": {
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@biomejs/biome": "^1.8.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@effect/build-utils": "^0.7.7",
"@types/node": "^22.5.1",
"@types/web": "^0.0.157",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
}
}