|
31 | 31 | "!hexo-starter/.git"
|
32 | 32 | ],
|
33 | 33 | "scripts": {
|
34 |
| - "build": "tsc -b -f", |
35 |
| - "dev": "tsc -b -w -v", |
| 34 | + "build": "pnpm run esb", |
36 | 35 | "esb": "rm -rf bin && node ./scripts/esb.mjs ",
|
37 | 36 | "hash": "bash ./scripts/gethash.sh",
|
38 | 37 | "lint": "eslint .",
|
39 | 38 | "lint:fix": "eslint . --fix",
|
| 39 | + "lint:type": "tsc --noEmit", |
40 | 40 | "sort": "pnpm dlx sort-package-json",
|
41 | 41 | "test": "jest",
|
42 |
| - "test:cov": "jest --coverage --coverageReporters=html text", |
43 |
| - "test:lcov": "jest --coverage --coverageReporters=lcovonly text" |
| 42 | + "test:cov": "jest --coverage --coverageReporters html --coverageReporters text", |
| 43 | + "test:lcov": "jest --coverage --coverageReporters lcovonly --coverageReporters text-summary", |
| 44 | + "tsb": "tsc -b -v", |
| 45 | + "tsbf": "tsc -b -v -f", |
| 46 | + "tsbw": "tsc -b -v -w" |
44 | 47 | },
|
45 | 48 | "dependencies": {
|
46 | 49 | "chalk": "^5.3.0",
|
|
52 | 55 | "@jest/globals": "^29.7.0",
|
53 | 56 | "@jest/types": "^29.6.3",
|
54 | 57 | "@types/fs-extra": "^11.0.4",
|
55 |
| - "@types/node": "^20.10.5", |
56 |
| - "@typescript-eslint/eslint-plugin": "^6.16.0", |
57 |
| - "@typescript-eslint/parser": "^6.16.0", |
58 |
| - "esbuild": "^0.19.10", |
| 58 | + "@types/node": "^20.11.17", |
| 59 | + "@typescript-eslint/eslint-plugin": "^6.21.0", |
| 60 | + "@typescript-eslint/parser": "^6.21.0", |
| 61 | + "esbuild": "^0.20.0", |
59 | 62 | "esbuild-jest": "^0.5.0",
|
60 | 63 | "eslint": "^8.56.0",
|
61 | 64 | "eslint-config-prettier": "^9.1.0",
|
62 |
| - "eslint-plugin-jest": "^27.6.0", |
63 |
| - "eslint-plugin-prettier": "^5.1.2", |
| 65 | + "eslint-plugin-jest": "^27.6.3", |
| 66 | + "eslint-plugin-prettier": "^5.1.3", |
64 | 67 | "jest": "^29.7.0",
|
65 | 68 | "typescript": "^5.3.3"
|
66 | 69 | },
|
67 | 70 | "engines": {
|
68 | 71 | "node": ">=20"
|
69 | 72 | },
|
70 |
| - "#packageManager": "pnpm@8.13.1+sha256.9e5f62ce5f2b7d4ceb3c2848f41cf0b33032c24d683c7088b53f62b1885fb246" |
| 73 | + "#packageManager": "pnpm@8.15.1+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5" |
71 | 74 | }
|
0 commit comments