bun.lock
bun.lock file
| Type | object |
|---|---|
| File match |
bun.lock
|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/bun-lock/latest.json |
| Source | https://www.schemastore.org/bun-lock.json |
Validate with Lintel
npx @lintel/lintel check
Schema definition for Bun's bun.lock file (package manager lockfile). See https://bun.sh/docs/install/lockfile
Properties
Specifies the version of the lockfile format. Currently only sypporting 0 or 1.
Defines the project workspaces and their corresponding packages.
Contains information about all the packages used in the project.
Defines custom dependency resolutions for specific packages.
Lists dependencies that have been patched to modify their behavior.
An array of dependencies explicitly marked as trusted.
Definitions
Base information about a package, including dependencies and peer relationships.
A map of dependencies required by this package.
A map of development-only dependencies.
A map of optional dependencies for this package.
A map of peer dependencies for this package.
An array of optional peer dependencies.
Executable binaries provided by the package.
Directory where the package's binaries are located.
An array representing a package in the lockfile.