Files
hereconnect/package.json
T
ti 4792105e01
Deploy frontend / frontend (push) Successful in 2m0s
change ci/cd
2024-12-02 17:02:04 +02:00

25 lines
658 B
JSON

{
"name": "@hereconnect/monorepo",
"version": "1.0.0",
"private": true,
"license": "@hereconnect/license",
"engines": {
"node": ">=v20.10.0",
"pnpm": ">=8.15.9"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81",
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"services/*"
]
},
"scripts": {
"start": "npm run start --workspace=apps/frontend",
"build": "npm run build --workspaces",
"test": "npm run test --workspaces",
"lint": "npm run lint --workspaces"
}
}