-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.04 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
{
"name": "@tsyche/monorepo",
"private": true,
"scripts": {
"prepare": "husky",
"build": "turbo run build",
"test": "turbo run test",
"test:cov": "turbo run test:cov",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"check": "turbo run lint format build test",
"format": "turbo run format",
"format:fix": "turbo run format:fix",
"clean": "turbo run clean"
},
"devDependencies": {
"@eslint/js": "^9.39.3",
"@types/jest": "^29.5.14",
"eslint": "^9",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import-x": "^4.16.1",
"eslint-plugin-jsdoc": "^62.7.1",
"eslint-plugin-prettier": "^5.5.5",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"prettier-plugin-jsdoc": "^1.8.0",
"ts-jest": "^29.2.5",
"turbo": "^2.4.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.56.1"
},
"packageManager": "pnpm@9.15.4",
"engines": {
"node": ">=20"
}
}