summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGal Zahavi <[email protected]>2025-08-19 16:03:51 -0700
committerGitHub <[email protected]>2025-08-19 23:03:51 +0000
commitf1575f6d8de2f4efa0805a2d11a4a421a1a8228f (patch)
tree8977235b9a42983de3e76189f25ff055e9d28a83 /package.json
parent0cc2a1e7ef904294fff982a4d75bf098b5b262f7 (diff)
feat(core): refactor shell execution to use node-pty (#6491)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8a40681e..6fcda594 100644
--- a/package.json
+++ b/package.json
@@ -91,6 +91,16 @@
"yargs": "^17.7.2"
},
"dependencies": {
- "node-fetch": "^3.3.2"
+ "node-fetch": "^3.3.2",
+ "strip-ansi": "^7.1.0"
+ },
+ "optionalDependencies": {
+ "@lydell/node-pty": "1.1.0",
+ "@lydell/node-pty-darwin-arm64": "1.1.0",
+ "@lydell/node-pty-darwin-x64": "1.1.0",
+ "@lydell/node-pty-linux-x64": "1.1.0",
+ "@lydell/node-pty-win32-arm64": "1.1.0",
+ "@lydell/node-pty-win32-x64": "1.1.0",
+ "node-pty": "^1.0.0"
}
}