mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
19 lines
551 B
JSON
19 lines
551 B
JSON
{
|
|
"name": "@biomejs/monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"check:write": "cargo biome-cli-dev check --write --unsafe",
|
|
"check": "cargo biome-cli-dev check",
|
|
"ci": "cargo biome-cli-dev ci",
|
|
"version": "changeset version && pnpm install --no-frozen-lockfile"
|
|
},
|
|
"keywords": [],
|
|
"author": "Biome Developers and Contributors",
|
|
"license": "MIT OR Apache-2.0",
|
|
"packageManager": "pnpm@10.5.2",
|
|
"devDependencies": {
|
|
"@changesets/cli": "2.28.1",
|
|
"@changesets/changelog-github": "0.5.1"
|
|
}
|
|
}
|