CoreTextPlace/deno.json
laosb b51545ab39 fix: Strip JSR deps before publishing and add deno.json
JSR itself does not accept 'jsr:' dependencies in package.json, remove
them in the publish workflow before publishing. Add $schema to jsr.json.
2025-11-30 10:28:57 +08:00

5 lines
56 B
JSON

{
"imports": {
"@std/cli": "jsr:@std/cli@1"
}
}