Skip to content

Relocate misplaced dependencies from dependencies to devDependencies #17623

@rak-phillip

Description

@rak-phillip

Four packages are listed under dependencies in package.json but are only used at build or test time. Moving them to devDependencies correctly reflects their role and prevents them from being included in production installs.

Packages to move

  • sinon — test mocking library
  • babel-plugin-module-resolver — Babel plugin, build-time only
  • cross-env — CLI tool used in npm scripts only
  • ts-node — TypeScript runner for dev scripts

Acceptance criteria

  • All packages listed above are in devDependencies
  • CI passes all gates

Metadata

Metadata

Assignees

Type

No fields configured for Task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions