pnpm-astro-monorepo-template/package.json

18 lines
333 B
JSON
Raw Normal View History

2024-03-06 19:27:27 +00:00
{
"name": "root",
"private": true,
"packageManager": "pnpm@8.14.1",
"engines": {
"node": ">=18.19.0"
},
"scripts": {
"playground:dev": "pnpm --filter playground dev",
"lint": "biome check .",
"lint:fix": "biome check --apply ."
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
"@changesets/cli": "^2.27.1"
}
}