{"id":26522324,"url":"https://github.com/graphql-hive/bob","last_synced_at":"2025-06-25T04:36:23.538Z","repository":{"id":37413102,"uuid":"221743636","full_name":"graphql-hive/bob","owner":"graphql-hive","description":"Build tool used in libraries maintained by The Guild","archived":false,"fork":false,"pushed_at":"2025-03-26T12:45:15.000Z","size":1410,"stargazers_count":48,"open_issues_count":25,"forks_count":13,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-26T13:40:46.518Z","etag":null,"topics":["bundler","cli","typescript","yarn-workspaces"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graphql-hive.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-14T16:44:04.000Z","updated_at":"2025-03-21T23:52:17.000Z","dependencies_parsed_at":"2023-10-16T11:21:52.626Z","dependency_job_id":"c4d30267-176a-49b2-9773-507c73be33d4","html_url":"https://github.com/graphql-hive/bob","commit_stats":{"total_commits":218,"total_committers":15,"mean_commits":"14.533333333333333","dds":0.6192660550458715,"last_synced_commit":"3c1153d537eb02d96efc8be45238477e8ee481b7"},"previous_names":["graphql-hive/bob"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-hive%2Fbob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-hive%2Fbob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-hive%2Fbob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-hive%2Fbob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graphql-hive","download_url":"https://codeload.github.com/graphql-hive/bob/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246465216,"owners_count":20781914,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bundler","cli","typescript","yarn-workspaces"],"created_at":"2025-03-21T13:15:38.945Z","updated_at":"2025-04-02T21:10:06.522Z","avatar_url":"https://github.com/graphql-hive.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bob (The Compiler)\n\nBob is the TypeScript build, bundle and verification tool used by almost all\n[The Guild](https://the-guild.dev) open source projects.\n\nScope:\n\n- **Build**: Build ESM and CommonJS compatible npm packages\n- **Verify**: Ensure all ESM and CommonJS imports within an npm package are usable\n\n## Requirements\n\n- Yarn workspace or single package project\n- TypeScript\n- It's so strict you shouldn't use it!\n\n## Setup\n\nSetting up bob is currently undocumented. You can check\n[GraphQL Code Generator](https://github.com/dotansimha/graphql-code-generator) repository (or any\nother The Guild repository).\n\n## Configuration\n\nYou can add a `bob` key to each `package.json`.\n\n**Disable bob for a single package**\n\n```jsonc\n{\n  \"name\": \"graphql-lfg\",\n  \"bob\": false // exclude a single package from all things bob related\n}\n```\n\n**Disable build for a single package**\n\n```json\n{\n  \"name\": \"graphql-lfg\",\n  \"bob\": {\n    \"build\": false\n  }\n}\n```\n\n**Disable check for a single package**\n\n```json\n{\n  \"name\": \"graphql-lfg\",\n  \"bob\": {\n    \"check\": false\n  }\n}\n```\n\n**Disable check for a single export in a package**\n\n```json\n{\n  \"name\": \"graphql-lfg\",\n  \"bob\": {\n    \"check\": {\n      \"skip\": [\"./foo\"]\n    }\n  }\n}\n```\n\n## Usage\n\n```bash\n$ bob build\n$ bob check\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphql-hive%2Fbob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraphql-hive%2Fbob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraphql-hive%2Fbob/lists"}