-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 847 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
31
32
33
34
35
36
37
{
"private": true,
"license": "MIT",
"repository": "nulab/bee",
"scripts": {
"postinstall": "lefthook install",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"build": "turbo run build",
"dev": "turbo run dev",
"typecheck": "turbo run typecheck",
"clean": "turbo run clean",
"format": "oxfmt",
"format:check": "oxfmt --check",
"test": "vitest run"
},
"devDependencies": {
"@types/node": "catalog:",
"@vitest/coverage-v8": "catalog:",
"lefthook": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"oxlint-tsgolint": "catalog:",
"turbo": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.30.3",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lefthook",
"sharp",
"turbo"
]
}
}