|
21 | 21 | "build:binaries": "cross-env PKG_CACHE_PATH=.cache/pkg pkg dist/mmm.cjs --no-native-build -c ./.pkgrc.json -t latest-win,latest-linux,latest-macos --options \"no-warnings\" -o dist/pkg/mmm", |
22 | 22 | "start": "tsx src/index.ts", |
23 | 23 | "commit": "cz", |
24 | | - "ci": "npm-run-all --parallel -c lint:* report", |
| 24 | + "ci": "run-s lint:* report", |
25 | 25 | "clean": "npm-run-all clean:basics", |
26 | 26 | "clean:all": "npm-run-all clean:basics clean:cache clean:githooks clean:dependencies clean:reports", |
27 | 27 | "clean:basics": "rimraf dist", |
|
39 | 39 | "prepare": "lefthook install" |
40 | 40 | }, |
41 | 41 | "dependencies": { |
| 42 | + "@inquirer/prompts": "^7.2.2", |
42 | 43 | "@meza/curseforge-fingerprint": "1.1.42", |
43 | 44 | "chalk": "5.3.0", |
44 | 45 | "commander": "12.1.0", |
45 | 46 | "core-js": "3.38.1", |
46 | 47 | "dotenv": "16.4.5", |
47 | 48 | "glob": "11.0.0", |
48 | 49 | "hwid": "0.5.0", |
49 | | - "inquirer": "9.3.5", |
50 | 50 | "log-symbols": "6.0.0", |
51 | 51 | "minimatch": "10.0.1", |
52 | 52 | "nodejs-file-downloader": "4.13.0", |
|
65 | 65 | "@commitlint/config-conventional": "19.5.0", |
66 | 66 | "@commitlint/prompt-cli": "19.5.0", |
67 | 67 | "@faker-js/faker": "9.0.3", |
| 68 | + "@inquirer/testing": "^2.1.40", |
68 | 69 | "@liudonghua123/pkg": "6.0.1", |
69 | 70 | "@meza/adr-tools": "1.0.10", |
70 | 71 | "@meza/tsconfig-base": "1.1.0", |
|
78 | 79 | "@semantic-release/npm": "12.0.1", |
79 | 80 | "@semantic-release/release-notes-generator": "14.0.1", |
80 | 81 | "@types/glob": "8.1.0", |
81 | | - "@types/inquirer": "^9.0.7", |
82 | 82 | "@types/is-ci": "3.0.4", |
83 | 83 | "@types/node": "20.16.10", |
84 | 84 | "@vitest/coverage-v8": "2.1.8", |
|
0 commit comments