jsr
jsr copied to clipboard
The open-source package registry for modern JavaScript and TypeScript
i use `jsr.json` and `import_map.json` in my library `jsr.json` - ```json { "$schema": "https://jsr.io/schema/config-file.v1.json", "name": "@gramio/keyboards", "version": "0.3.1", "exports": "./src/index.ts", "publish": { "include": [ "jsr.json", "import_map.json", "src", "README.md", "tsconfig.json" ]...
Closes #421 
It would be nice to have a cli tool or gh action to prepare identical tarballs that JSR provide. Many user continue to make releases to npm as well as...
This is my first time using JSR, so hopefully this isn't a silly question! I have a monorepo (managed with bun) with two workspaces (the library and an app). Most...
ref https://github.com/t3-oss/t3-env/pull/227#issuecomment-2078859996 when a package depends on a workspace package, jsr fails to resolve that import (at least when using Bun): `@t3-oss/env-core` published successfully, but when going to publish `@t3-oss/env-nextjs`...
If you merge this PR, you can show package thumbnail in SNS such as X and Discord. Example thumbnail ([`@std/path`](https://jsr.io/@std/path)): 
Is there any way to publish private packages, and doing it with Github Actions linked to private Github repositories?
I'm trying to publish this: https://github.com/rehype-pretty/rehype-pretty-code/tree/master/packages/core I run: `pnpm dlx jsr@latest publish --allow-dirty` and get the following: ```sh error: Failed to publish @rehype-pretty/[email protected] Caused by: Failed to publish @rehype-pretty/core at...
On the scope page it should render the description in markdown. It might also be nice to have it for user profiles.