{"id":30222822,"url":"https://github.com/node-modules/sync-npm-version-to-jsr","last_synced_at":"2025-08-14T11:10:20.561Z","repository":{"id":307436081,"uuid":"1029528544","full_name":"node-modules/sync-npm-version-to-jsr","owner":"node-modules","description":"sync package.json version to jsr.json","archived":false,"fork":false,"pushed_at":"2025-08-08T02:29:27.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-08T02:42:21.399Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/node-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-07-31T07:21:23.000Z","updated_at":"2025-08-08T02:29:29.000Z","dependencies_parsed_at":"2025-07-31T09:41:09.000Z","dependency_job_id":null,"html_url":"https://github.com/node-modules/sync-npm-version-to-jsr","commit_stats":null,"previous_names":["node-modules/sync-npm-version-to-jsr"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/node-modules/sync-npm-version-to-jsr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fsync-npm-version-to-jsr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fsync-npm-version-to-jsr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fsync-npm-version-to-jsr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fsync-npm-version-to-jsr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/node-modules","download_url":"https://codeload.github.com/node-modules/sync-npm-version-to-jsr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/node-modules%2Fsync-npm-version-to-jsr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270407963,"owners_count":24578345,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"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":"2025-08-14T11:10:16.118Z","updated_at":"2025-08-14T11:10:20.536Z","avatar_url":"https://github.com/node-modules.png","language":"TypeScript","readme":"# sync-npm-version-to-jsr\n\n[![NPM Version](https://img.shields.io/npm/v/sync-npm-version-to-jsr)](https://www.npmjs.com/package/sync-npm-version-to-jsr)\n[![NPM Downloads](https://img.shields.io/npm/dm/sync-npm-version-to-jsr)](https://www.npmjs.com/package/sync-npm-version-to-jsr)\n[![NPM License](https://img.shields.io/npm/l/sync-npm-version-to-jsr)](https://github.com/node-modules/sync-npm-version-to-jsr/blob/master/LICENSE)\n[![JSR](https://jsr.io/badges/@nm/sync-npm-version-to-jsr)](https://jsr.io/@nm/sync-npm-version-to-jsr)\n[![JSR Score](https://jsr.io/badges/@nm/sync-npm-version-to-jsr/score)](https://jsr.io/@nm/sync-npm-version-to-jsr)\n[![codecov](https://codecov.io/gh/node-modules/sync-npm-version-to-jsr/branch/master/graph/badge.svg)](https://codecov.io/gh/node-modules/sync-npm-version-to-jsr)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/node-modules/sync-npm-version-to-jsr/ci.yml?branch=master)](https://github.com/node-modules/sync-npm-version-to-jsr/actions/workflows/ci.yml?query=branch%3Amaster)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/node-modules/sync-npm-version-to-jsr)\n\nsync package.json version to jsr.json\n\n## Usage\n\n```bash\nnpx sync-npm-version-to-jsr\n```\n\nUse `postversion` hook on [semantic-release](https://github.com/semantic-release/semantic-release/blob/fdc35bda3c00a5ae79234ea4e2e6ed05ef4ac501/docs/support/FAQ.md?plain=1#L61)\n\n\u003e the `postversion` hook so it will be executed during the `prepare` step of `@semantic-release/npm`, which allow for example to update files before committing them with the [`@semantic-release/git`](https://github.com/semantic-release/git) plugin\n\n```json\n// package.json\n\n{\n  \"scripts\": {\n    \"postversion\": \"npx sync-npm-version-to-jsr \u0026\u0026 git add jsr.json\"\n  }\n}\n```\n\n## License\n\n[MIT](./LICENSE)\n\n## Contributors\n\n[![Contributors](https://contrib.rocks/image?repo=node-modules/sync-npm-version-to-jsr)](https://github.com/node-modules/sync-npm-version-to-jsr/graphs/contributors)\n\nMade with [contributors-img](https://contrib.rocks).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-modules%2Fsync-npm-version-to-jsr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnode-modules%2Fsync-npm-version-to-jsr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnode-modules%2Fsync-npm-version-to-jsr/lists"}