core: fix plugin installation to use direct package.json manipulation instead of bun add
This ensures plugins install more reliably by writing dependencies directly to package.json rather than relying on bun add commands which can fail in certain environments. Also adds a small delay to ensure filesystem operations complete before proceeding.
D
Dax Raad committed
a1c46e05ee628f16f92ead49c956b5c0bec2783a
Parent: 1fe1457