-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 KB
/
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
36
37
38
39
40
{
"name": "health-track",
"scripts": {
"build": "turbo run build",
"build:dev": "turbo run build:dev",
"test:unit": "turbo run test:unit:run --concurrency 5",
"test:integration": "turbo run test:integration:run --concurrency 5",
"lint": "turbo run lint --concurrency 5",
"lint:fix": "turbo run lint:fix"
},
"devDependencies": {
"@eslint/js": "9.17.0",
"@stylistic/eslint-plugin": "2.12.1",
"@types/node": "22.10.2",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.7.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.14.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"turbo": "2.3.3",
"typescript": "5.7.2",
"typescript-eslint": "8.18.1",
"vitest": "2.1.8"
},
"volta": {
"node": "22.11.0",
"npm": "10.9.0"
},
"engines": {
"node": "22.11.0"
},
"workspaces": [
"apps/*",
"common/*"
],
"packageManager": "npm@10.9.0"
}