-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 2.02 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
{
"name": "pkerschbaum",
"private": true,
"scripts": {
"build": "superturbo build",
"changeset": "changeset",
"create-pnpm-patch-via-ts-patch": "pnpm --filter=\"@pkerschbaum/pkg-management\" exec node ./dist/create-pnpm-patch-via-ts-patch.mjs --typescript-version=5.5.4 --ts-patch-version=3.2.1",
"format": "prettier --write --ignore-unknown .",
"lint": "superturbo lint",
"lint:fix": "superturbo lint:fix",
"nuke": "pnpm --parallel run nuke && pnpm run nuke:artifacts && pnpm run nuke:compute-cache && pnpm run nuke:node-modules",
"nuke:artifacts": "pnpm --parallel run nuke:artifacts",
"nuke:compute-cache": "del-cli \"*/**/.turbo\"",
"nuke:node-modules": "del-cli \"**/node_modules\"",
"prepare": "node --eval \"process.exit(process.env.CI === 'true' ? 0 : -1)\" || husky install"
},
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@pkerschbaum/config-eslint": "workspace:*",
"@pkerschbaum/config-typescript": "workspace:*",
"@pkerschbaum/superturbo": "workspace:*",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-code-import-patterns": "workspace:*",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsdoc": "^50.2.2",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-unicorn": "^55.0.0",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.2",
"turbo": "^2.1.1",
"typescript": "^5.5.4",
"typescript-transform-paths": "^3.5.0",
"zx": "^8.1.5"
},
"packageManager": "[email protected]",
"engines": {
"pnpm": "9.9.0"
},
"pnpm": {
"updateConfig": {
"ignoreDependencies": [
"eslint",
"@types/eslint"
]
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}