-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 1.03 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
34
35
36
37
38
39
{
"name": "frames",
"private": true,
"scripts": {
"build": "turbo build",
"check": "biome check .",
"check:repo": "sherif",
"check:types": "turbo typecheck",
"check:write": "biome check --write --unsafe .",
"deps": "pnpx taze -r",
"dev": "turbo dev",
"format": "biome format --write",
"knip": "knip",
"preinstall": "only-allow pnpm",
"prepare": "pnpm simple-git-hooks",
"publish-packages": "turbo run build typecheck && changeset version && changeset publish",
"test": "turbo test",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@types/node": "^22.10.2",
"knip": "^5.41.1",
"only-allow": "^1.2.1",
"sherif": "^1.1.1",
"simple-git-hooks": "^2.11.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22"
},
"simple-git-hooks": {
"pre-commit": "pnpm check:write"
}
}