-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 864 Bytes
/
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
{
"name": "@workspace/root",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "turbo run clean",
"format": "prettier --write .",
"lint": "turbo run lint -- --fix",
"prepare": "husky",
"test": "turbo run test"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"prettier": "@workspace/prettier-config",
"devDependencies": {
"@types/node": "^20.14.10",
"@workspace/eslint-config": "workspace:*",
"@workspace/jest": "workspace:*",
"@workspace/prettier-config": "workspace:*",
"@workspace/tsconfig": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jest": "29.7.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"turbo": "^2.0.6",
"typescript": "5.4.5"
},
"packageManager": "[email protected]",
"engines": {
"node": "^20 <21"
}
}