|
13 | 13 | "scripts": { |
14 | 14 | "build": "run-s build:*", |
15 | 15 | "build:paths": "monorepo-package-paths -w --author --homepage --repository", |
16 | | - "build:scripts": "tsc", |
17 | | - "build:examples-toc": "./scripts/toc -r -O -d 2 ./examples", |
18 | | - "build:packages-toc": "./scripts/toc -O -o ./README.md --templatePath ./docs/toc.md ./packages", |
| 16 | + "build:examples-toc": "toc -r -O -d 2 ./examples", |
| 17 | + "build:packages-toc": "toc -O -o ./README.md -t ./docs/toc.md ./packages", |
19 | 18 | "build:compile": "lerna run build", |
20 | 19 | "release": "run-s release:*", |
21 | 20 | "release:changelog": "lerna run --concurrency 1 release", |
|
25 | 24 | }, |
26 | 25 | "devDependencies": { |
27 | 26 | "@battis/commit": "^0.0.7", |
28 | | - "@battis/descriptive-types": "^0.3.1", |
29 | | - "@battis/eslint": "^3.0.3", |
| 27 | + "@battis/eslint": "^3.0.4", |
30 | 28 | "@battis/monorepo": "^0.0.5", |
31 | | - "@battis/prettier": "^2.0.8", |
32 | | - "@qui-cli/colors": "workspace:*", |
33 | | - "@qui-cli/core": "workspace:*", |
34 | | - "@qui-cli/init": "workspace:*", |
35 | | - "@qui-cli/log": "workspace:*", |
36 | | - "@qui-cli/plugin": "workspace:*", |
37 | | - "@tsconfig/node-lts": "^24.0.0", |
38 | | - "@types/node": "^24.13.2", |
39 | | - "change-case": "^5.4.4", |
40 | | - "del-cli": "^7.0.0", |
41 | | - "npm-run-all": "^4.1.5", |
42 | | - "package-json-type": "^1.1.2", |
43 | | - "typescript": "^5.9.3" |
| 29 | + "@battis/prettier": "^2.0.9", |
| 30 | + "@battis/toc": "1.0.0-1", |
| 31 | + "npm-run-all": "^4.1.5" |
44 | 32 | }, |
45 | 33 | "packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b", |
46 | 34 | "target": "node" |
|
0 commit comments