|
1 | 1 | { |
2 | 2 | "name": "rstack-monorepo", |
3 | 3 | "private": true, |
4 | | - "license": "MIT", |
5 | 4 | "repository": "https://github.com/rstackjs/rstack-cli", |
| 5 | + "license": "MIT", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | 8 | "build": "pnpm --filter './packages/**' build", |
9 | | - "check:format": "oxfmt . --check", |
| 9 | + "check:format": "prettier . --check --experimental-cli", |
10 | 10 | "check:spell": "pnpm dlx cspell && heading-case", |
11 | 11 | "doc": "pnpm --dir website dev", |
12 | 12 | "doc:build": "node --run build && pnpm --dir website build", |
13 | | - "format": "oxfmt . && heading-case --write", |
| 13 | + "format": "prettier . --write --experimental-cli && heading-case --write", |
14 | 14 | "lint": "rs lint --type-check", |
15 | 15 | "prepare": "node scripts/rs.js setup", |
16 | 16 | "test": "pnpm --filter './packages/**' test" |
|
19 | 19 | "@types/node": "catalog:", |
20 | 20 | "cspell-ban-words": "catalog:", |
21 | 21 | "heading-case": "catalog:", |
22 | | - "oxfmt": "catalog:", |
| 22 | + "prettier": "catalog:", |
| 23 | + "prettier-plugin-packagejson": "catalog:", |
23 | 24 | "rstack": "workspace:*", |
24 | 25 | "typescript": "catalog:" |
25 | 26 | }, |
|
0 commit comments