-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.53 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "psdtools",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"prepare": "husky",
"format": "prettier . --write",
"format:check": "prettier . --check",
"knip": "knip",
"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"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@manypkg/cli": "^0.23.0",
"husky": "^9.1.7",
"knip": "^5.42.1",
"prettier": "3.4.2",
"turbo": "^2.3.3",
"typesync": "^0.14.0"
},
"devEngines": {
"runtime": [
{
"name": "node",
"version": ">= 23.0.0"
}
],
"packageManager": [
{
"name": "pnpm",
"version": "^10.0.0"
}
]
},
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9"
}
},
"onlyBuiltDependencies": [
"esbuild",
"sharp"
],
"ignoredBuiltDependencies": [
"eslint-config-sheriff"
],
"overrides": {
"eslint-plugin-unicorn": "^56.0.1"
}
},
"manypkg": {
"workspaceProtocol": "require"
}
}