|
42 | 42 | ],
|
43 | 43 | "scripts": {
|
44 | 44 | "build": "rm -rf lib && tsc --project tsconfig.build.json",
|
45 |
| - "lint": "oxlint", |
46 |
| - "lint:fix": "oxlint --fix", |
47 |
| - "test": "vitest", |
48 |
| - "typecheck": "tsc --noEmit", |
49 |
| - "test:coverage": "vitest --coverage", |
50 | 45 | "format": "prettier . --write --experimental-cli",
|
51 | 46 | "format:check": "prettier . --check --experimental-cli",
|
52 | 47 | "knip": "knip",
|
53 |
| - "knip:fix": "knip --fix" |
| 48 | + "knip:fix": "knip --fix", |
| 49 | + "lint": "oxlint", |
| 50 | + "lint:fix": "oxlint --fix", |
| 51 | + "test": "vitest run", |
| 52 | + "test:coverage": "vitest --coverage", |
| 53 | + "test:watch": "vitest --watch", |
| 54 | + "typecheck": "tsc --noEmit" |
54 | 55 | },
|
55 | 56 | "dependencies": {
|
56 | 57 | "graphql": "^16.11.0",
|
|
60 | 61 | },
|
61 | 62 | "devDependencies": {
|
62 | 63 | "@types/jsonld": "^1.5.15",
|
63 |
| - "@types/node": "^22.15.34", |
| 64 | + "@types/node": "^22.16.4", |
64 | 65 | "@vitest/coverage-v8": "3.2.4",
|
65 | 66 | "knip": "^5.61.3",
|
66 |
| - "msw": "^2.10.2", |
| 67 | + "msw": "^2.10.4", |
67 | 68 | "openapi-types": "^12.1.3",
|
68 |
| - "oxlint": "^1.4.0", |
| 69 | + "oxlint": "^1.6.0", |
69 | 70 | "prettier": "^3.6.2",
|
70 | 71 | "typescript": "^5.8.3",
|
71 | 72 | "vitest": "^3.2.4"
|
72 | 73 | },
|
73 |
| - "packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184", |
| 74 | + "packageManager": "pnpm@10.13.1", |
74 | 75 | "engines": {
|
75 | 76 | "node": ">=18"
|
76 | 77 | },
|
|
0 commit comments