-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.53 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.53 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
46
47
{
"name": "patchlogr",
"private": true,
"packageManager": "yarn@4.12.0",
"workspaces": [
"packages/*",
"packages/patchlogr-inspector/*"
],
"scripts": {
"dev": "turbo run dev --cache-dir=.turbo",
"build": "turbo run build --cache-dir=.turbo",
"test": "turbo run test --cache-dir=.turbo",
"test:coverage": "turbo run test:coverage --cache-dir=.turbo",
"lint": "turbo run lint --cache-dir=.turbo",
"lint:fix": "turbo run lint:fix --cache-dir=.turbo",
"typecheck": "turbo run typecheck --cache-dir=.turbo",
"clean": "turbo run clean && rm -rf node_modules .turbo"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@nestjs/cli": "^11.0.16",
"@types/node": "24",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"@vitest/coverage-v8": "^4.0.18",
"@vitest/ui": "^4.0.16",
"esbuild": "0.27.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^17.0.0",
"prettier": "^3.7.4",
"turbo": "2.7.2",
"typescript": "5.9.3",
"typescript-eslint": "^8.51.0",
"vitest": "^4.0.16"
},
"resolutions": {
"esbuild": "0.27.2",
"turbo": "2.7.2",
"typescript": "5.9.3",
"vitest": "4.0.16",
"openapi-types": "12.1.3",
"@types/node": "24.10.6"
}
}