Skip to content

Commit 9baa657

Browse files
authored
feat: add support for custom tools (#83)
1 parent 58ab5c4 commit 9baa657

7 files changed

Lines changed: 286 additions & 12 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,13 @@
4545
"@microsoft/api-extractor": "^7.55.1",
4646
"@rslib/core": "0.18.2",
4747
"@rstest/core": "0.6.8",
48+
"@types/cross-spawn": "^6.0.6",
49+
"@types/fs-extra": "^11.0.4",
4850
"@types/minimist": "^1.2.5",
4951
"@types/node": "24.10.1",
52+
"cross-spawn": "^7.0.6",
5053
"deepmerge": "^4.3.1",
54+
"fs-extra": "^11.3.2",
5155
"minimist": "^1.2.8",
5256
"picocolors": "^1.1.1",
5357
"rslog": "^1.3.2",

pnpm-lock.yaml

Lines changed: 98 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)