-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.52 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.52 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
{
"name": "psdtools",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"test": "turbo run test",
"prepare": "husky",
"format": "prettier . --write --cache --cache-location='node_modules/.cache/.prettiercache' --log-level=warn",
"format:check": "prettier . --check --cache --cache-location='node_modules/.cache/.prettiercache'",
"knip": "knip --treat-config-hints-as-errors",
"manypkg": "manypkg check",
"typesync": "typesync",
"typesync:check": "typesync --dry=fail",
"check-deduped-deps": "pnpm dedupe --check --prefer-offline",
"merge-checks": "turbo run typecheck knip lint format:check manypkg typesync:check test --continue=dependencies-successful && turbo check-deduped-deps"
},
"devDependencies": {
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@manypkg/cli": "catalog:",
"husky": "catalog:",
"knip": "catalog:",
"prettier": "catalog:",
"prettier-plugin-svelte": "catalog:",
"prettier-plugin-tailwindcss": "catalog:",
"turbo": "catalog:",
"typesync": "catalog:"
},
"devEngines": {
"runtime": {
"name": "node",
"version": ">= 24.0.0"
},
"packageManager": {
"name": "pnpm"
}
},
"packageManager": "pnpm@10.15.1+sha512.34e538c329b5553014ca8e8f4535997f96180a1d0f614339357449935350d924e22f8614682191264ec33d1462ac21561aff97f6bb18065351c162c7e8f6de67",
"manypkg": {
"workspaceProtocol": "require"
}
}