-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 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
{
"name": "tailor-dev-kit",
"private": true,
"description": "Tailor Development Kit - Workspace Root",
"keywords": [],
"license": "MIT",
"author": "",
"type": "module",
"scripts": {
"test": "turbo run test",
"dev": "turbo run dev",
"check": "turbo run check",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"knip": "turbo run knip",
"publint": "turbo run publint",
"typecheck:go": "turbo run typecheck:go",
"format": "turbo run format",
"format:root": "oxfmt --write .",
"format:check": "turbo run format:check",
"format:check:root": "oxfmt --check .",
"typecheck": "turbo run typecheck",
"typecheck:root": "tsc --noEmit",
"perf:typecheck": "pnpm --filter example perf:typecheck"
},
"devDependencies": {
"@changesets/changelog-github": "0.7.0",
"@changesets/cli": "2.31.0",
"@tailor-platform/sdk": "workspace:^",
"@types/node": "24.12.4",
"knip": "6.12.2",
"lefthook": "2.1.6",
"oxfmt": "0.46.0",
"pkg-pr-new": "0.0.73",
"publint": "0.3.21",
"tsx": "4.21.1",
"turbo": "2.9.14",
"typescript": "5.9.3"
},
"engines": {
"node": ">= 22.14.0"
},
"packageManager": "pnpm@11.1.2"
}