You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "A comprehensive collection of development toolchains for modern JavaScript/TypeScript projects, providing CLI tools, linting, scaffolding, Git hooks, and more.",
"private": true,
"scripts": {
"build": "pnpm -r prepack",
"dev": "pnpm -r prepack --stub",
"check": "biome check . --apply-unsafe && biome format . --write",