Bug 41543

Summary: Sort build, testing tools into devDependencies in package.json
Product: Koha Reporter: Paul Derscheid <paul.derscheid>
Component: Architecture, internals, and plumbingAssignee: Bugs List <koha-bugs>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 41543: Move build/test dependencies into devDependencies

Description Paul Derscheid 2026-01-08 10:26:21 UTC
We have quite a few listed dependencies that are only used for building and testing.

They should therefore be moved into the devDependencies field.
Comment 1 Paul Derscheid 2026-01-08 10:29:43 UTC
Created attachment 191022 [details] [review]
Bug 41543: Move build/test dependencies into devDependencies
Comment 2 Paul Derscheid 2026-01-08 10:30:39 UTC
To test:
- Run yarn install
- Run yarn build for good measure