Consolidate shared package into graph-explorer client
- Dominant language
- TypeScript
- Stars
- 481
- Forks
- 108
- Avg merge
- 8d 9h
- Merged PRs (30d)
- 7
Description
The `packages/shared` package currently contains types (`ConnectionConfig`, `QueryEngine`) and test utilities that are only imported by the `graph-explorer` client. The proxy server lists `@graph-explorer/shared` as a dependency but has zero actual imports from it.
Consider moving the shared package contents into `packages/graph-explorer` to simplify the monorepo structure. If the proxy server needs shared types in the future, the package can be re-extracted at that point.
---
> [!IMPORTANT]
> If you are interested in working on this issue, please leave a comment.
> [!TIP]
> Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
Contributor guide
Assessment
This issue has not been assessed yet.