-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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": "@rsbuild-image/workspace",
"version": "0.0.1-next.36",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/rspack-contrib/rsbuild-image.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"lint": "biome check .",
"format": "biome check . --write",
"prepare": "simple-git-hooks && pnpm --filter '*' run prepare",
"test:browser": "playwright test",
"test:unit": "vitest run",
"test:e2e": "playwright test",
"test": "pnpm test:unit",
"bump": "npx bumpp",
"bump:prerelease": "pnpm bump -r prerelease --preid next"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@playwright/test": "catalog:",
"@types/cross-spawn": "^6.0.6",
"@types/node": "catalog:",
"cross-spawn": "^7.0.6",
"get-port": "^7.1.0",
"playwright": "catalog:",
"simple-git-hooks": "^2.12.1",
"tree-kill": "^1.2.2",
"typescript": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.7.0"
}