astro-ghostcms/package.json

21 lines
449 B
JSON
Raw Normal View History

2024-01-13 07:20:44 +00:00
{
2024-01-23 18:51:23 +00:00
"name": "root",
"private": true,
"packageManager": "pnpm@8.14.1",
"engines": {
"node": ">=18.19.0"
},
"scripts": {
"playground:dev": "pnpm --filter playground dev",
2024-01-23 20:03:56 +00:00
"www:dev": "pnpm --filter www dev",
"demo:dev": "pnpm --filter demo dev",
2024-01-23 18:51:23 +00:00
"lint": "biome check .",
2024-01-25 18:14:59 +00:00
"lint:fix": "biome check --apply .",
"base": "pnpm i --frozen-lockfile"
2024-01-23 18:51:23 +00:00
},
"devDependencies": {
"@biomejs/biome": "1.5.3",
2024-01-23 18:51:23 +00:00
"@changesets/cli": "^2.27.1"
}
2024-01-13 07:20:44 +00:00
}