-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
40
41
42
43
44
45
46
47
{
"name": "root",
"private": true,
"license": "MIT",
"scripts": {
"build": "turbo run build",
"build:doc": "typedoc",
"check": "biome check .",
"clean": "turbo run clean",
"coverage": "turbo run coverage",
"cs": "changeset",
"knip": "knip",
"format": "biome format .",
"k": "pnpm --filter ./packages/kind",
"lint": "biome lint .",
"nuke": "turbo run nuke && pnpm nuke:local",
"nuke:local": "rimraf node_modules",
"prepare": "husky",
"release": "changeset publish",
"size": "turbo run size",
"test": "turbo run test",
"test:type": "turbo run test:type",
"ttp": "turbo --filter type-plus",
"tp": "pnpm --filter type-plus",
"verify": "run-p check verify:pkg",
"verify:pkg": "turbo run test:type build build:doc coverage size",
"version": "changeset version",
"web": "pnpm --filter website"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@changesets/cli": "^2.29.8",
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@repobuddy/biome": "^2.2.0",
"husky": "^9.0.11",
"knip": "^5.73.4",
"npm-run-all2": "^8.0.0",
"playwright": "^1.58.1",
"rimraf": "^6.0.0",
"turbo": "2.9.14",
"typedoc": "^0.28.16",
"typescript": "catalog:",
"vitest": "^4.0.15"
},
"packageManager": "pnpm@11.1.3"
}