-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 829 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 829 Bytes
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": "root",
"private": true,
"scripts": {
"build:rebuild": "turbo clean & turbo build --force",
"ws:build": "turbo build",
"ws:test": "turbo test",
"ws:lint": "turbo lint",
"ws:clean": "turbo clean"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@typescript-eslint/parser": "^6.20.0",
"execa": "^8.0.1",
"hereby": "^1.8.8",
"@types/node": "^20.10.4",
"jest": "^29.7.0",
"eslint": "^8.55.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"turbo": "^1.10.13",
"typescript": "^5.3.3",
"zod": "^3.22.4",
"copyfiles": "^2.4.1",
"lodash": "^4.17.21",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.2",
"type-fest": "^4.9.0"
},
"engines": {
"node": ">=20 <21"
},
"packageManager": "pnpm@8.7.4"
}