-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 850 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
35
{
"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"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@swc/core": "^1.5.25",
"@swc/jest": "^0.2.36",
"@types/node": "^18.19.23",
"@workspace/eslint-config": "workspace:*",
"@workspace/prettier-config": "workspace:*",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jest": "29.7.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.1",
"turbo": "^2.0.6",
"typescript": "5.3.3"
},
"packageManager": "[email protected]",
"engines": {
"node": "^18 <19",
"pnpm": "^8 <9"
}
}