Files
probo/package.json
Jonathan a86181c83d Add risks
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
2025-06-13 13:23:39 -07:00

23 lines
523 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",
"volta": {
"node": "22.15.1"
}
}