-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 952 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 952 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
{
"name": "monorepo",
"author": "1yasa",
"packageManager": "pnpm@11.5.1",
"scripts": {
"deps:w": "ncu -u -i --workspaces",
"build:deps": "turbo run deps",
"build:workflows": "bun ./scripts/build_workflows.mjs",
"build:mac": "turbo run desktop#pack:mac",
"build:win": "turbo run desktop#pack:win",
"pcu": "pcu update -i --no-ai --no-backup",
"release": "VERSION=0.0.3 bun run ./scripts/release.ts"
},
"simple-git-hooks": {
"pre-commit": "pnpm pretty-quick --pattern \"**/*.*(md|css|js|jsx|ts|tsx)\" --staged"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@jlarky/gha-ts": "^0.2.2",
"@types/bun": "^1.3.14",
"@types/node": "catalog:",
"bun": "catalog:",
"bun-types": "catalog:",
"npm-check-updates": "^22.2.1",
"pcu": "^1.3.0",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss-pro": "^0.2.0",
"pretty-quick": "^4.2.2",
"simple-git-hooks": "^2.13.1",
"turbo": "^2.9.14"
}
}