-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 866 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 866 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
{
"name": "@pagopa/dx",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"devDependencies": {
"@devcontainers/cli": "^0.86.0",
"@nx/docker": "22.6.5",
"@nx/eslint": "22.6.5",
"@nx/js": "22.6.5",
"@nx/vitest": "22.6.5",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.15.26",
"@tsconfig/node24": "catalog:",
"eslint": "catalog:",
"nx": "22.6.5",
"prettier": "catalog:",
"typescript": "catalog:",
"vitest": "catalog:"
},
"scripts": {
"sbom-generate": "sh sbom.sh --generate",
"sbom-validate": "sh sbom.sh --validate",
"dx": "node ./apps/cli/bin/index.js",
"validate": "nx affected --targets=build,test,lint,shellcheck,format:check,typecheck --configuration=ci"
}
}