{"id":27173232,"url":"https://github.com/oazmi/esbuild-types","last_synced_at":"2026-02-17T01:34:55.358Z","repository":{"id":286898727,"uuid":"962312158","full_name":"oazmi/esbuild-types","owner":"oazmi","description":"this library simply re-exports esbuild's typescript declarations file, so that your client won't have to install esbuild just for its types only.","archived":false,"fork":false,"pushed_at":"2025-11-13T07:03:50.000Z","size":179,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-13T07:06:31.560Z","etag":null,"topics":["deno","dependency-free","esbuild","esbuild-types","jsr","type-declarations","typescript"],"latest_commit_sha":null,"homepage":"https://oazmi.github.io/esbuild-types/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oazmi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":".github/code_of_conduct.md","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-04-08T01:08:19.000Z","updated_at":"2025-11-13T07:03:29.000Z","dependencies_parsed_at":"2025-04-10T04:32:50.822Z","dependency_job_id":null,"html_url":"https://github.com/oazmi/esbuild-types","commit_stats":null,"previous_names":["oazmi/esbuild-types"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oazmi/esbuild-types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oazmi%2Fesbuild-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oazmi%2Fesbuild-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oazmi%2Fesbuild-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oazmi%2Fesbuild-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oazmi","download_url":"https://codeload.github.com/oazmi/esbuild-types/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oazmi%2Fesbuild-types/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29529513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["deno","dependency-free","esbuild","esbuild-types","jsr","type-declarations","typescript"],"created_at":"2025-04-09T10:50:58.841Z","updated_at":"2026-02-17T01:34:55.335Z","avatar_url":"https://github.com/oazmi.png","language":"TypeScript","readme":"# @oazmi/esbuild-types\n\nthis library simply re-exports esbuild's typescript declarations file, so that your client won't have to install esbuild just for its types only.\n\n### rationale\n\nin deno, there is no such thing as `devDependencies`, so if you write an esbuild-plugin utilizing esbuild's types,\ndeno will download the entirety of the esbuild package from npm, even if you only import your plugin library from [jsr](https://jsr.io).\n\nthus, this library provides a lightweight type-definitions only alternative to `npm:esbuild`, using the same minor versioning that esbuild uses.\n\n### example\n\nyour old horizontally-challenged phat code:\n\n```ts\nimport type * as esbuild from \"npm:esbuild@^0.24\"\n\nexport const my_plugin: esbuild.Plugin = {\n\tname: \"my-plugin\",\n\tsetup(build: esbuild.PluginBuild) {\n\t\t// do plugin related stuff.\n\t},\n}\n```\n\nyour new low-phat code:\n\n```ts\nimport type * as esbuild from \"jsr:@oazmi/esbuild-types@^0.24\"\n\nexport const my_plugin: esbuild.Plugin = {\n\tname: \"my-plugin\",\n\tsetup(build: esbuild.PluginBuild) {\n\t\t// do plugin related stuff.\n\t},\n}\n```\n\n### internals\n\nthis package updates semi-autonomously via the [`./update.ts`](./update.ts) script.\nand it uses weekly scheduled github actions to check for an update in `npm:esbuild`'s minor or major version,\nto update and re-publish accordingly.\n\nto manually bump to the next esbuild minor-version, simply execute the following command in your shell:\n\n\u003e deno task update-proj\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foazmi%2Fesbuild-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foazmi%2Fesbuild-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foazmi%2Fesbuild-types/lists"}