|
31 | 31 | "engines": { |
32 | 32 | "node": ">=20" |
33 | 33 | }, |
34 | | - "packageManager": "pnpm@10.32.1", |
| 34 | + "packageManager": "pnpm@10.33.0", |
35 | 35 | "dependencies": { |
36 | 36 | "@prettier/plugin-oxc": "^0.1.3", |
37 | 37 | "prettier-plugin-expand-json": "^1.0.4", |
|
51 | 51 | "@types/node": "^24.12.0", |
52 | 52 | "@vitest/coverage-v8": "^4.1.1", |
53 | 53 | "eslint": "^10.1.0", |
54 | | - "husky": "^9.1.7", |
55 | | - "oxlint": "^1.57.0", |
56 | | - "oxlint-tsgolint": "^0.17.4", |
57 | 54 | "prettier": "^3.8.1", |
58 | 55 | "publint": "^0.3.18", |
59 | | - "tsdown": "^0.21.4", |
60 | 56 | "typescript": "^6.0.2", |
| 57 | + "vite-plus": "^0.1.14", |
61 | 58 | "vitest": "^4.1.1" |
62 | 59 | }, |
63 | 60 | "scripts": { |
64 | | - "build": "tsdown", |
| 61 | + "build": "vp pack", |
65 | 62 | "fix": "pnpm format && pnpm lint && pnpm format", |
66 | 63 | "fixtures:scramble": "prettier --config fixtures/config.ts --write fixtures && sleep 1", |
67 | 64 | "fixtures:unscramble": "pnpm prettier --write fixtures && sleep 1", |
68 | 65 | "format": "prettier --ignore-unknown --log-level=warn --write .", |
69 | 66 | "format:check": "prettier --check --ignore-unknown .", |
70 | | - "lint": "oxlint --fix", |
71 | | - "lint:check": "oxlint --deny-warnings --type-check", |
| 67 | + "lint": "vp lint --fix", |
| 68 | + "lint:check": "vp lint --deny-warnings --type-check", |
72 | 69 | "prepack": "pnpm run '/^(format:check|lint:check|test|typecheck)$/' && pnpm build", |
73 | | - "prepare": "husky", |
| 70 | + "prepare": "vp config", |
74 | 71 | "test": "vitest run", |
75 | 72 | "test:fixtures": "pnpm run '/^fixtures:/' && git diff --exit-code fixtures", |
76 | 73 | "typecheck": "tsc --noEmit" |
|
0 commit comments