Skip to content

Conversation

@teneplaysofficial
Copy link

This PR refactors the project's package.json by moving development-only modules out of dependencies and into devDependencies, ensuring that only true runtime packages are installed in production environments.

Previously, several build tools and development utilities were incorrectly listed as production dependencies. This resulted in:

  • Unnecessarily heavy production installs
  • Slower CI and contributor setup times
  • Reduced dependency clarity and maintainability

Improvements in This PR

  • Smaller, faster production installs
    Only the modules required to run the package remain in dependencies.

  • Proper separation of development vs runtime concerns
    Build, test, and type tooling now live exclusively under devDependencies.

  • Reduced published package footprint
    Consumers no longer download unnecessary tools.

  • Cleaner dependency hygiene
    Aligns with npm and open-source best practices for libraries and CLIs.

@gemini-code-assist
Copy link

Important

Installation incomplete: to start using Gemini Code Assist, please ask the organization owner(s) to visit the Gemini Code Assist Admin Console and sign the Terms of Services.

@vercel
Copy link

vercel bot commented Dec 5, 2025

@teneplaysofficial is attempting to deploy a commit to the Kartik Labhshetwar's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant