Summary
Publish the difflint package to JSR (JavaScript Registry) so it can be consumed as a first-class Deno/TypeScript module.
Tasks
Context
The package is already structured as a Deno module with a mod.ts entry point and deno.json exports. The current deno.json has "name": "@ethan/difflint" which should be updated to the correct scope.
Summary
Publish the
difflintpackage to JSR (JavaScript Registry) so it can be consumed as a first-class Deno/TypeScript module.Tasks
@fartlabs/difflint)deno.jsonwith the correct JSR package name and versiondeno publish --dry-runwithout errorsContext
The package is already structured as a Deno module with a
mod.tsentry point anddeno.jsonexports. The currentdeno.jsonhas"name": "@ethan/difflint"which should be updated to the correct scope.