What's in package.json?
Loading...
what's in package.json
Here's what's in the package.json:
Project Type: This is a monorepo using Turbo
Scripts:
dev- Start development with Turbobuild- Build all packageslint- Run lintingtypecheck- Run type checking
Dev Dependencies:
@biomejs/biome(v2.3.11) - Fast linter and formatterturbo(latest) - Monorepo build systemultracite(v7.0.12) - Appears to be a citation/reference tool
Package Manager: Bun 1.3.6
Workspaces: The monorepo has two workspace directories:
apps/*- Application packagespackages/*- Library/utility packages
This is set up as a private monorepo, so it's not meant to be published to npm.
END OF POST