{ "name": "@workspace/shared-libs", "version": "1.0.0", "description": "Shared libraries and reusable functionality catalog", "private": true, "workspaces": [ "packages/*" ], "scripts": { "build": "npm run build --workspaces --if-present", "lint": "npm run lint --workspaces --if-present", "test": "npm run test --workspaces --if-present" }, "devDependencies": { "typescript": "^5.3.0" }, "engines": { "node": ">=20.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/your-org/shared-libs.git" }, "license": "UNLICENSED" }