|
29 | 29 | "index.d.ts.map" |
30 | 30 | ], |
31 | 31 | "scripts": { |
| 32 | + "build": "run-s build:*", |
32 | 33 | "build:0": "run-s clean", |
33 | 34 | "build:1-declaration": "tsc -p declaration.tsconfig.json", |
34 | | - "build": "run-s build:*", |
| 35 | + "check": "run-s clean && run-p check:*", |
35 | 36 | "check:installed-check": "installed-check -i @voxpelli/eslint-config -i eslint", |
36 | 37 | "check:knip": "knip", |
37 | 38 | "check:lint": "eslint --report-unused-disable-directives .", |
38 | 39 | "check:tsc": "tsc", |
39 | 40 | "check:type-coverage": "type-coverage --detail --strict --at-least 95 --ignore-files 'test/*.spec.js'", |
40 | | - "check": "run-s clean && run-p check:*", |
41 | | - "clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts*')", |
42 | 41 | "clean": "run-p clean:*", |
| 42 | + "clean:declarations": "rm -rf $(find . -maxdepth 2 -type f -name '*.d.ts*')", |
43 | 43 | "prepare": "husky", |
44 | 44 | "prepublishOnly": "run-s build", |
| 45 | + "test": "run-s check test:*", |
45 | 46 | "test:mocha": "c8 --reporter=lcov --reporter text mocha 'test/**/*.spec.js'", |
46 | | - "test-ci": "run-s test:*", |
47 | | - "test": "run-s check test:*" |
| 47 | + "test-ci": "run-s test:*" |
48 | 48 | }, |
49 | 49 | "devDependencies": { |
50 | 50 | "@types/chai": "^4.3.19", |
|
54 | 54 | "@types/node": "^18.19.50", |
55 | 55 | "@types/sinon": "^17.0.3", |
56 | 56 | "@types/sinon-chai": "^3.2.12", |
57 | | - "@voxpelli/eslint-config": "^22.1.0", |
| 57 | + "@voxpelli/eslint-config": "^25.0.1", |
58 | 58 | "@voxpelli/tsconfig": "^14.0.0", |
59 | 59 | "c8": "^10.1.2", |
60 | 60 | "chai": "^4.5.0", |
61 | 61 | "chai-as-promised": "^7.1.2", |
62 | 62 | "chai-quantifiers": "^1.0.18", |
63 | | - "eslint": "^9.10.0", |
| 63 | + "eslint": "^9.39.4", |
64 | 64 | "husky": "^9.1.6", |
65 | 65 | "installed-check": "^9.3.0", |
66 | 66 | "knip": "^5.30.2", |
|
0 commit comments