{"id":17489430,"url":"https://github.com/mast1ff/esbuild-plugin-nodemon","last_synced_at":"2025-04-22T18:27:11.260Z","repository":{"id":56754091,"uuid":"524666846","full_name":"mast1ff/esbuild-plugin-nodemon","owner":"mast1ff","description":"A esbuild plugin to run scripts using Nodemon","archived":false,"fork":false,"pushed_at":"2022-08-15T10:08:36.000Z","size":19,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-18T16:00:23.697Z","etag":null,"topics":["esbuild","nodemon","plugin","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mast1ff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-14T12:36:16.000Z","updated_at":"2024-09-17T20:32:05.000Z","dependencies_parsed_at":"2022-08-16T01:40:42.381Z","dependency_job_id":null,"html_url":"https://github.com/mast1ff/esbuild-plugin-nodemon","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mast1ff%2Fesbuild-plugin-nodemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mast1ff%2Fesbuild-plugin-nodemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mast1ff%2Fesbuild-plugin-nodemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mast1ff%2Fesbuild-plugin-nodemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mast1ff","download_url":"https://codeload.github.com/mast1ff/esbuild-plugin-nodemon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249525016,"owners_count":21285924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["esbuild","nodemon","plugin","webpack"],"created_at":"2024-10-19T05:42:50.043Z","updated_at":"2025-04-22T18:27:11.236Z","avatar_url":"https://github.com/mast1ff.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# esbuild-plugin-nodemon\n\n[![npm version](https://img.shields.io/npm/v/esbuild-plugin-nodemon.svg?style=flat)](https://www.npmjs.com/package/esbuild-plugin-nodemon)\n[![test](https://github.com/mast1ff/esbuild-plugin-nodemon/actions/workflows/test.yml/badge.svg)](https://github.com/mast1ff/esbuild-plugin-nodemon/actions/workflows/test.yml)\n\nRun and reload scripts with esbuild.\n\n## Usage\n\n```bash\nnpm install --save-dev esbuild-plugin-nodemon\n# or\nyarn add -D esbuild-plugin-nodemon\n```\n\n```js\nconst nodemonPlugin = require(\"esbuild-plugin-nodemon\");\n\nesbuild.build({\n  entryPoints: [\"./index.js\"],\n  outfile: \"./dist/index.js\",\n  watch: true,\n  platform: \"node\",\n  format: \"cjs\",\n  plugins: [nodemonPlugin()]\n});\n```\n\n### Configuration\nSee [Nodemon's type definitions](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/nodemon/index.d.ts).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmast1ff%2Fesbuild-plugin-nodemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmast1ff%2Fesbuild-plugin-nodemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmast1ff%2Fesbuild-plugin-nodemon/lists"}