{"id":25885246,"url":"https://github.com/sake92/sbt-build-extract","last_synced_at":"2026-02-11T00:37:03.920Z","repository":{"id":278175708,"uuid":"932873943","full_name":"sake92/sbt-build-extract","owner":"sake92","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-18T14:35:57.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T23:37:30.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sake92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-02-14T17:18:18.000Z","updated_at":"2025-02-26T20:17:35.000Z","dependencies_parsed_at":"2025-02-18T12:24:58.287Z","dependency_job_id":"6c84a1f2-4d8a-4d9c-86e7-9451063d6bfc","html_url":"https://github.com/sake92/sbt-build-extract","commit_stats":null,"previous_names":["sake92/sbt-build-extract"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sake92/sbt-build-extract","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fsbt-build-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fsbt-build-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fsbt-build-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fsbt-build-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sake92","download_url":"https://codeload.github.com/sake92/sbt-build-extract/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sake92%2Fsbt-build-extract/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29323944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T00:34:26.354Z","status":"ssl_error","status_checked_at":"2026-02-11T00:34:09.494Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-03-02T17:30:07.909Z","updated_at":"2026-02-11T00:37:03.913Z","avatar_url":"https://github.com/sake92.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sbt-build-extract\n\nExtracts build structure of sbt projects.\n\n## Usage\n\nAdd to your `project/plugins.sbt`:\n```scala\naddSbtPlugin(\"ba.sake\" % \"sbt-build-extract\" % \"0.0.2\")\nlibraryDependencies += \"ba.sake\" %% \"sbt-build-extract-core\" % \"0.0.2\"\n```\n\nthen run\n```bash\nsbt\u003e exportBuildStructure\n```\n\nThis will generate files inside `target/build-export` folder, for example:\n```\nmyproject1.json\nmyproject2.json\n```\n\nEach of these files contains the build structure of a subproject in JSON format.\nFor example if `myproject1` depends on `myproject2`, the `myproject1.json` file will contain something like this:\n```json\n{\n    \"artifactClassifier\": null,\n    \"artifactName\": \"hepek\",\n    \"artifactType\": \"jar\",\n    \"base\": \"/projects/hepek\",\n    \"description\": \"Hepek SSG\",\n    \"developers\": [\n        {\n          \"email\": \"sakib@sake.ba\",\n          \"id\": \"sake92\",\n          \"name\": \"Sakib Hadžiavdić\",\n          \"url\": \"https://sake.ba\"\n        }\n    ],\n    \"externalDependencies\": [\n      {\n        \"organization\": \"org.scala-lang\",\n        \"name\": \"scala3-library\",\n        \"revision\": \"3.3.4\",\n        \"extraAttributes\": {},\n        \"configurations\": null,\n        \"excludes\": [],\n        \"crossVersion\": \"binary\"\n      },\n      {\n        \"organization\": \"org.scalameta\",\n        \"name\": \"munit\",\n        \"revision\": \"1.0.2\",\n        \"extraAttributes\": {},\n        \"configurations\": \"test\",\n        \"excludes\": [],\n        \"crossVersion\": \"binary\"\n      }\n    ],\n    \"homepage\": \"https://sake92.github.io/hepek\",\n    \"id\": \"hepekSSG\",\n    \"interProjectDependencies\": [\n        {\n            \"project\": \"myproject2\",\n            \"configuration\": \"default\"\n        }\n    ],\n    \"javacOptions\": [\n    ],\n    \"licenses\": [\n        {\n          \"name\": \"Apache-2.0\",\n          \"url\": \"http://www.apache.org/licenses/LICENSE-2.0\"\n        }\n    ],\n    \"name\": \"hepek\",\n    \"organization\": \"ba.sake\",\n    \"repositories\": [\n      \"https://oss.sonatype.org/content/repositories/snapshots\"\n    ],\n    \"scalacOptions\": [\n        \"-deprecation\",\n        \"-Yretain-trees\",\n        \"-Wunused:all\"\n    ],\n    \"scalaVersion\": \"3.3.4\",\n    \"scmInfo\": {\n        \"browseUrl\": \"https://github.com/sake92/hepek\",\n        \"connection\": \"scm:git:git@github.com:sake92/hepek.git\",\n        \"devConnection\": null\n    },\n    \"version\": \"0.0.1-SNAPSHOT\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsake92%2Fsbt-build-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsake92%2Fsbt-build-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsake92%2Fsbt-build-extract/lists"}