{ "name": "screenshot-to-code", "private": true, "version": "0.0.0", "type": "module", "scripts": { "test": "pnpm run test:frontend && pnpm run test:backend", "test:frontend": "pnpm -C frontend test", "test:backend": "cd backend && poetry run pytest" }, "workspaces": [ "frontend", "backend" ], "packageManager": "pnpm@10.32.1" }