generated from withstudiocms/project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "root",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": "20.14.0"
},
"scripts": {
"build:--integration": "pnpm --filter @studiocms/markdown-remark build",
"build:--processor": "pnpm --filter @studiocms/markdown-remark-processor build",
"build:--processor-web": "pnpm --filter @studiocms/markdown-remark-processor-web build",
"build": "pnpm build:--processor && pnpm build:--processor-web && pnpm build:--integration",
"dev": "pnpm --stream --filter @studiocms/* --filter @markdown-remark/tests -r -parallel dev",
"test": "vitest run --reporter=default --reporter=html",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"ci:lint": "biome ci --formatter-enabled=true --organize-imports-enabled=true --reporter=github",
"ci:install": "pnpm install --frozen-lockfile",
"ci:build": "pnpm --filter @studiocms/* build",
"ci:test": "vitest --reporter=github-actions --reporter=html --reporter=default",
"ci:version": "pnpm changeset version",
"ci:publish": "pnpm changeset publish",
"ci:snapshot": "pnpx pkg-pr-new publish --compact --pnpm './packages/*'"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11",
"@changesets/config": "^3.0.5",
"@types/node": "^22.10.7",
"@vitest/ui": "3.0.2",
"esbuild": "^0.24.2",
"jest-extended": "^4.0.2",
"pkg-pr-new": "^0.0.39",
"run-scripts": "workspace:*",
"typescript": "^5.7.3",
"vitest": "^3.0.2"
}
}