Files
probo/package.json
gearnode 62e0fd3f05 Bootstrap npm monorepo
Signed-off-by: gearnode <bryan@frimin.fr>
2025-01-31 18:05:34 -08:00

20 lines
483 B
JSON

{
"name": "probo",
"description": "Probo monorepo containing applications and shared packages",
"packageManager": "npm@11.1.0",
"engines": {
"node": "22.x"
},
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "npm run dev --workspaces --if-present",
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present"
},
"license": "MIT"
}