{"id":49534561,"url":"https://github.com/researchsquare/delivery-scripts","last_synced_at":"2026-05-02T09:06:41.983Z","repository":{"id":40892133,"uuid":"465793782","full_name":"researchsquare/delivery-scripts","owner":"researchsquare","description":"A Delivery team UI build scripts and toolkit","archived":false,"fork":false,"pushed_at":"2024-11-19T12:26:57.000Z","size":510,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-01-03T22:38:08.067Z","etag":null,"topics":["delivery"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/researchsquare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2022-03-03T16:16:01.000Z","updated_at":"2022-03-07T14:25:53.000Z","dependencies_parsed_at":"2023-02-08T03:46:44.102Z","dependency_job_id":"338582f3-02fc-49ab-a00a-75f12480c860","html_url":"https://github.com/researchsquare/delivery-scripts","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/researchsquare/delivery-scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchsquare%2Fdelivery-scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchsquare%2Fdelivery-scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchsquare%2Fdelivery-scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchsquare%2Fdelivery-scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/researchsquare","download_url":"https://codeload.github.com/researchsquare/delivery-scripts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/researchsquare%2Fdelivery-scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528669,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["delivery"],"created_at":"2026-05-02T09:06:41.328Z","updated_at":"2026-05-02T09:06:41.974Z","avatar_url":"https://github.com/researchsquare.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# delivery-scripts\n\nA build toolkit built and maintained by the Delivery engineering team. This is kinda like `react-scripts` and inspired by `paypal-scripts`.\n\n\n# Why?\n\nWe maintain several different applications that have custom build tooling. Managing all of those dependencies in each project was getting out of hand and we found ourselves frequently \ncopy/pasting config between the projects. \n\n# Principles\n\n - Hide internals and expose an easy API that can evolve over the years\n - Developer experience above everything else (including performance if it comes down to that)\n - Easy to upgrade\n - Remove bloated dependency trees in client code\n\n\n## Installation\n\n\n```bash\n  yarn add @researchsquarecompany/delivery-scripts\n```\n    \n## Usage/Examples\n\nAdd a `ds.config.js` to the root of your application\n\n```\nmodule.exports = {\n    outputPath: \"dist/\",\n    manifestPath: \"dist/\",\n    entry: {\n        index: \"./src/index.js\",\n    },\n};\n```\n\n## Documentation\n\n### outputPath\nThis is the folder where the built and bundled assets will end up.\n\n### manifestPath\nThis is the folder where a manifest file will be generated upon successfull build.\n\n### entry\nAn object of key values where the key will generate the name of the bundled file and the value is the location of the file you want to bundle.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresearchsquare%2Fdelivery-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresearchsquare%2Fdelivery-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresearchsquare%2Fdelivery-scripts/lists"}