{"id":15474859,"url":"https://github.com/dkelosky/nodejs-typescript-monorepo","last_synced_at":"2026-01-06T23:16:50.957Z","repository":{"id":42575236,"uuid":"427014904","full_name":"dkelosky/nodejs-typescript-monorepo","owner":"dkelosky","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-06T16:34:00.000Z","size":724,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-19T02:15:08.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dkelosky.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-11T13:40:22.000Z","updated_at":"2021-11-11T16:01:17.000Z","dependencies_parsed_at":"2024-12-07T23:24:04.152Z","dependency_job_id":"ae5e56ab-f2dd-4029-970e-15fb632b5b22","html_url":"https://github.com/dkelosky/nodejs-typescript-monorepo","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"70efb6ddaba7148e7ca148846fb2ff78d1131ace"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkelosky%2Fnodejs-typescript-monorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkelosky%2Fnodejs-typescript-monorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkelosky%2Fnodejs-typescript-monorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dkelosky%2Fnodejs-typescript-monorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dkelosky","download_url":"https://codeload.github.com/dkelosky/nodejs-typescript-monorepo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246034857,"owners_count":20712971,"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":[],"created_at":"2024-10-02T03:05:27.944Z","updated_at":"2026-01-06T23:16:50.903Z","avatar_url":"https://github.com/dkelosky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js Typescript Monorepo Boilerplate\n\nThis is a sample client / server monorepo project that uses:\n\n* [npm workspaces](https://docs.npmjs.com/cli/v7/using-npm/workspaces)\n* [eslint](https://eslint.org/)\n* [typescript](https://www.typescriptlang.org/)\n* [jest](https://jestjs.io/)\n* [GitHub Actions](https://docs.github.com/en/actions)\n\nThe [server](packages/server/README.md) is a sample Server Side Events server to stream events to a Node.js [client](packages/client/README.md).\n\n## Setup\n\n* `npm install`\n\n## Target Workspaces\n\nUse one package, e.g.:\n`npm run echo --workspace=@sse/server`\n\nUse all packages:\n\n`npm run echo --workspaces`\n\n## Package Dependencies\n\nPackages can depend on each other.  E.g.\n\n`package.json` specify name of package in `dependencies`:\n\n```json\n  \"dependencies\": {\n    \"@sse/common\": \"1.0.0\"\n  },\n```\n\n`tsconfig.json` specify relative path of package __folder__ name\n\n```json\n  \"references\": [{ \"path\": \"../common\" }]\n```\n\n## Build\n\n`npm run build`\n\n## Test\n\n* `npm test`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkelosky%2Fnodejs-typescript-monorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdkelosky%2Fnodejs-typescript-monorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdkelosky%2Fnodejs-typescript-monorepo/lists"}