What's in my package.json?
Loading...
what's in my package.json
Here's what's in your package.json:
Basic Info:
- It's a private monorepo project using Bun 1.3.6 as the package manager
- It uses Turbo for managing the monorepo build system
Scripts:
dev- Runs development mode across all packagesbuild- Builds all packageslint- Lints all packages using Biometypecheck- Type checks all packages
Dev Dependencies:
- @biomejs/biome (2.3.11) - A fast linter/formatter
- turbo (latest) - Monorepo build system
- ultracite (7.0.12) - Appears to be a utility package
Workspaces:
- Includes apps in the
apps/*directory - Includes packages in the
packages/*directory
This is a typical monorepo setup using Turbo to coordinate multiple applications and packages in a single repository.
END OF POST