File SystemPackage ManagerGenerate a yarn-compatible lockfileBun v1.1.39 introduced bun.lock , a JSONC-formatted lockfile. It is human-readable and git-diffable without configuration, at no cost to performance. In 1.2.0+Copy MarkdownOpenAdd a trusted dependencyUnlike other npm clients, Bun does not execute arbitrary lifecycle scripts for installed dependencies, such as postinstall and node-gyp builds. These scriptsMigrate from npm install to bun installbun install is a fast, Node.js-compatible npm client.