The npm package contains some artifacts that are not necessary to distribute. `.idea`, `dump.rdb` and `scripts` could probably be added to `.npmignore`. ``` $ npm install redis $ ls -la node_modules/redis .idea LICENSE README.md dist dump.rdb package.json scripts ``` **Environment:** - **Node.js Version**: v16.13.0 - **Redis Server Version**: N/A - **Node Redis Version**: redis@4.0.0 - **Platform**: N/A