{ "name": "stargue-publishing-engine", "version": "0.1.0", "private": true, "description": "Stargue Publishing Engine — automated content pipeline + LinkedIn MCP server", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "build": "turbo run build", "dev": "turbo run dev", "lint": "turbo run lint", "test": "turbo run test", "typecheck": "turbo run typecheck", "db:migrate": "bun --filter '@stargue/schema' db:migrate", "db:migrate:rehearse": "bun --filter '@stargue/schema' db:migrate:rehearse" }, "devDependencies": { "@types/node": "^22.0.0", "bun-types": "^1.3.12", "turbo": "^2.3.0", "typescript": "^5.7.0" }, "engines": { "bun": ">=1.1.30" }, "packageManager": "bun@1.1.38" }