astro-ghostcms/package.json

32 lines
1.1 KiB
JSON
Raw Permalink 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": {
"astro:dev": "pnpm --filter astro-playground dev",
2024-02-20 07:01:54 +00:00
"starlight:dev": "pnpm --filter starlight-playground dev",
2024-02-15 11:55:09 +00:00
"lint": "biome check .",
2024-01-28 04:33:53 +00:00
"lint:fix": "biome check --apply .",
"ci:version": "pnpm changeset version",
2024-03-19 12:22:27 +00:00
"ci:publish": "pnpm changeset publish",
2024-03-03 15:06:58 +00:00
"ci:test:integration": "pnpm --filter astro-ghostcms test:ci",
"test:integration": "pnpm --filter astro-ghostcms test",
"test:integration:watch": "pnpm --filter astro-ghostcms test:watch",
"test:integration:coverage": "pnpm --filter astro-ghostcms test:coverage",
2024-03-03 16:16:17 +00:00
"test:create-utility": "pnpm --filter create-astro-ghostcms test",
2024-03-03 15:06:58 +00:00
"test:starlight": "pnpm --filter starlight-ghostcms test",
"test:starlight:watch": "pnpm --filter starlight-ghostcms test:watch",
"test:starlight:coverage": "pnpm --filter starlight-ghostcms test:coverage"
2024-01-23 18:51:23 +00:00
},
"devDependencies": {
"@biomejs/biome": "1.6.1",
2024-01-26 07:01:27 +00:00
"@changesets/cli": "^2.27.1",
"@vitest/ui": "^1.4.0",
"vitest": "^1.4.0",
2024-03-03 16:16:17 +00:00
"vitest-fetch-mock": "^0.2.2"
2024-01-23 18:51:23 +00:00
}
2024-01-13 07:20:44 +00:00
}