{"id":51013481,"url":"https://github.com/trycourier/courier-js","last_synced_at":"2026-06-21T06:31:44.361Z","repository":{"id":132927243,"uuid":"607395841","full_name":"trycourier/courier-js","owner":"trycourier","description":"Client side SDK for Courier ","archived":false,"fork":false,"pushed_at":"2025-08-01T17:06:59.000Z","size":53,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-10-21T22:32:46.540Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/trycourier.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-27T22:20:55.000Z","updated_at":"2025-08-01T17:06:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"7eaa3855-f8cd-4013-88be-00929d325def","html_url":"https://github.com/trycourier/courier-js","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/trycourier/courier-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycourier%2Fcourier-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycourier%2Fcourier-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycourier%2Fcourier-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycourier%2Fcourier-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trycourier","download_url":"https://codeload.github.com/trycourier/courier-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trycourier%2Fcourier-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34597337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"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":[],"created_at":"2026-06-21T06:31:43.777Z","updated_at":"2026-06-21T06:31:44.356Z","avatar_url":"https://github.com/trycourier.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [DEPRECATED] `courier-js`\n\n\u003e This package is **DEPRECATED** and will receive only security fixes going forward.\n\u003e Please use the version 2+ of [`@trycourier/courier-js`](https://github.com/trycourier/courier-web/tree/main/%40trycourier/courier-js),\n\u003e part of the [`courier-web`](https://github.com/trycourier/courier-web) repository.\n\n## Overview\n\nSDK used by client applications to interface with the Courier API. This is the repo where we host both the SDK and dependencies needed for the developer environment to contribute to it.\n\n## What does Courier-JS support?\n\nSee docs \u003ca href=\"https://github.com/trycourier/courier-js/blob/main/packages/courier-js/README.md\"\u003ehere\u003c/a\u003e to read about features and how to install the SDK into your existing project.\n\n## Want to run this locally?\n\nThis repository contains client-sdk for Courier API. This SDK allows you to integrate Courier API into your web applications.\n\n## Repo Packages\n\n- `examples/standalone-playground`: A placeholder web application powered by [Next.js](https://nextjs.org/) that uses the `@trycourier/courier-js` package for demonstration purposes\n- `@trycourier/courier-js`: core client SDK for Courier API\n- `@trycourier/tsconfig`: shared `tsconfig.json`s used throughout the repository\n- `eslint-config-courier`: ESLint preset\n\nEach package and app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n### Utilities\n\nThis Turborepo has some additional tools already setup for you:\n\n- [TypeScript](https://www.typescriptlang.org/) for static type checking\n- [ESLint](https://eslint.org/) for code linting\n- [Prettier](https://prettier.io) for code formatting\n\n## Getting Started\n\n```sh\ngit clone https://github.com/trycourier/courier-js.git\npnpm install\n```\n\n### Useful commands\n\n- `yarn build` - Build all packages and the docs site\n- `yarn dev` - Develop all packages and the docs site\n- `yarn lint` - Lint all packages\n- `yarn changeset` - Generate a changeset\n- `yarn clean` - Clean up all `node_modules` and `dist` folders (runs each package's clean script)\n\n## Versioning and Publishing packages\n\nPackage publishing has been configured using [Changesets](https://github.com/changesets/changesets). Please review their [documentation](https://github.com/changesets/changesets#documentation) to familiarize yourself with the workflow.\n\nThis example comes with automated npm releases setup in a [GitHub Action](https://github.com/changesets/action). To get this working, you will need to create an `NPM_TOKEN` and `GITHUB_TOKEN` in your repository settings. You should also install the [Changesets bot](https://github.com/apps/changeset-bot) on your GitHub repository as well.\n\nFor more information about this automation, refer to the official [changesets documentation](https://github.com/changesets/changesets/blob/main/docs/automating-changesets.md)\n\n### Publish\n\nIf you want to publish package to the public npm registry and make them publicly available, this is already setup.\n\nTo publish packages to a private npm organization scope, **remove** the following from each of the `package.json`'s\n\n```diff\n- \"publishConfig\": {\n-  \"access\": \"public\"\n- },\n```\n\n### GitHub Package Registry\n\nSee [Working with the npm registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry#publishing-a-package-using-publishconfig-in-the-packagejson-file)\n\n## **Share feedback with Courier**\n\nWe are building the best SDKs for handling notifications! Have an idea or feedback about our SDKs? Here are some links to contact us:\n\n- [Courier JS Issues](https://github.com/trycourier/courier-js/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycourier%2Fcourier-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrycourier%2Fcourier-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrycourier%2Fcourier-js/lists"}