Bootstrap npm monorepo

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-31 18:05:34 -08:00
parent 6d25437945
commit 62e0fd3f05
2 changed files with 37 additions and 0 deletions

18
package-lock.json generated Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "probo",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "probo",
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*"
],
"engines": {
"node": "22.x"
}
}
}
}