{"id":21806683,"url":"https://github.com/hungtcs/ts-json-schema-generator-webpack-plugin","last_synced_at":"2026-04-16T07:33:36.221Z","repository":{"id":41079998,"uuid":"508189892","full_name":"hungtcs/ts-json-schema-generator-webpack-plugin","owner":"hungtcs","description":"Auto generate JSON schema, Power by https://github.com/vega/ts-json-schema-generator","archived":false,"fork":false,"pushed_at":"2022-06-28T08:50:39.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-08T13:03:00.816Z","etag":null,"topics":["json-schema","webpack","webpack-plugin"],"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/hungtcs.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-06-28T06:58:37.000Z","updated_at":"2022-06-28T07:22:34.000Z","dependencies_parsed_at":"2022-09-26T21:11:21.602Z","dependency_job_id":null,"html_url":"https://github.com/hungtcs/ts-json-schema-generator-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hungtcs/ts-json-schema-generator-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Fts-json-schema-generator-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Fts-json-schema-generator-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Fts-json-schema-generator-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Fts-json-schema-generator-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungtcs","download_url":"https://codeload.github.com/hungtcs/ts-json-schema-generator-webpack-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungtcs%2Fts-json-schema-generator-webpack-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31876507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["json-schema","webpack","webpack-plugin"],"created_at":"2024-11-27T12:29:15.788Z","updated_at":"2026-04-16T07:33:36.203Z","avatar_url":"https://github.com/hungtcs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TS JSON Schema Generator Webpack Plugin\n\nAuto generate JSON schema after build or after file change in watching mode.\n\n## Installation\n\n```shell\nnpm install -D ts-json-schema-generator-webpack-plugin\n```\n\n## Configuration\n\nNote: **Do not support tsconfig**\n\n```typescript\nexport interface JSONSchemaGenerateWebpackPluginOptions extends Omit\u003cConfig, 'tsconfig'\u003e {\n  path: string;\n  output: string;\n}\n```\n\nMore options see: \u003chttps://github.com/vega/ts-json-schema-generator#options\u003e\n\n## Example\n\n```typescript\nimport JSONSchemaGenerateWebpackPlugin from 'ts-json-schema-generator-webpack-plugin';\n\nmodule.exports = {\n  // ...\n  plugins: [\n    // ...\n    new JSONSchemaGenerateWebpackPlugin({\n      type: 'Config',\n      path: path.join(__dirname, './src/config/index.ts'),\n      topRef: false,\n      output: 'config.schema.json',\n      additionalProperties: true,\n    }),\n  ],\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungtcs%2Fts-json-schema-generator-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungtcs%2Fts-json-schema-generator-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungtcs%2Fts-json-schema-generator-webpack-plugin/lists"}