jsr
jsr copied to clipboard
Allow defining package description and compat data in config file
// in jsr.json or deno.json
{
"description": "...",
"compat": {
"browsers": true,
"deno": true,
"node": true,
...
}
}
Looks like we have an issue about defining the compatibility data in jsr.json already https://github.com/jsr-io/jsr/issues/147
Closing as duplicate