- Move all dependencies to "dependencies" to support TypeScript exports. Since we are exporting TypeScript files instead of precompiled JavaScript, all dependencies must be listed under "dependencies" rather than "devDependencies." This ensures that consumer projects, which are responsible for compiling the TypeScript, have access to all required modules.