-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.41 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
{
"private": true,
"name": "root",
"engines": {
"node": ">=20"
},
"scripts": {
"start:probing-api": "turbo start --filter pagopa-interop-probing-api",
"start:probing-caller": "turbo start --filter pagopa-interop-probing-caller",
"start:probing-eservice-operations": "turbo start --filter pagopa-interop-probing-eservice-operations",
"start:probing-eservice-registry-reader": "turbo start --filter pagopa-interop-probing-eservice-registry-reader",
"start:probing-eservice-registry-updater": "turbo start --filter pagopa-interop-probing-eservice-registry-updater",
"start:probing-response-updater": "turbo start --filter pagopa-interop-probing-response-updater",
"start:probing-scheduler": "turbo start --filter pagopa-interop-probing-scheduler",
"start:probing-statistics-api": "turbo start --filter pagopa-interop-probing-statistics-api",
"start:probing-telemetry-writer": "turbo start --filter pagopa-interop-probing-telemetry-writer",
"test": "turbo test",
"test:it": "turbo test:it",
"build": "turbo build",
"lint": "turbo lint",
"lint:autofix": "turbo lint:autofix",
"format:check": "turbo format:check",
"format:write": "turbo format:write",
"generate-model": "turbo generate-model",
"generate-client": "turbo generate-client"
},
"devDependencies": {
"@tsconfig/node-lts": "20.1.1",
"turbo": "1.10.16"
},
"packageManager": "pnpm@8.11.0"
}