|
31 | 31 | "scripts": {
|
32 | 32 | "lint": "eslint .",
|
33 | 33 | "lint:fix": "eslint --fix .",
|
34 |
| - "test": "run-s test:unit test:types", |
35 |
| - "test:unit": "tap --disable-coverage --allow-empty-coverage", |
36 |
| - "test:types": "tsc --project tsconfig.test.json", |
37 |
| - "types": "tsc --declaration --emitDeclarationOnly" |
| 34 | + "test": "tap --disable-coverage --allow-empty-coverage", |
| 35 | + "types": "run-s types:tsc types:test", |
| 36 | + "types:tsc": "tsc", |
| 37 | + "types:test": "tsc --project tsconfig.test.json" |
38 | 38 | },
|
39 | 39 | "dependencies": {
|
40 | 40 | "@hapi/boom": "10.0.1",
|
|
50 | 50 | "devDependencies": {
|
51 | 51 | "@podium/eslint-config": "1.0.0",
|
52 | 52 | "@podium/test-utils": "2.5.2",
|
| 53 | + "@podium/typescript-config": "1.0.0", |
53 | 54 | "@semantic-release/changelog": "6.0.3",
|
54 | 55 | "@semantic-release/git": "10.0.1",
|
55 |
| - "@semantic-release/github": "10.1.7", |
56 |
| - "@semantic-release/npm": "12.0.1", |
57 |
| - "@semantic-release/release-notes-generator": "13.0.0", |
58 | 56 | "@sinonjs/fake-timers": "11.3.1",
|
59 | 57 | "@types/readable-stream": "4.0.15",
|
60 | 58 | "benchmark": "2.1.4",
|
|
63 | 61 | "get-stream": "9.0.1",
|
64 | 62 | "http-proxy": "1.18.1",
|
65 | 63 | "is-stream": "4.0.1",
|
66 |
| - "npm-run-all2": "5.0.2", |
| 64 | + "npm-run-all2": "6.2.3", |
67 | 65 | "prettier": "3.3.2",
|
68 | 66 | "semantic-release": "23.1.1",
|
69 | 67 | "tap": "18.7.2",
|
|
0 commit comments