diff options
| author | navewindre <boneyaard@gmail.com> | 2024-09-30 17:40:15 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2024-09-30 17:40:15 +0200 |
| commit | 5488c375f8e545158029e32085cb5f62dfe48819 (patch) | |
| tree | 394d5f4c2eb70dd05d2dafc8ae766f92240b8ed4 /tabby-runner/package.json | |
| parent | b73fc066ba163c3f04fc7e225464e958ca9c05a8 (diff) | |
add tabby runner
Diffstat (limited to 'tabby-runner/package.json')
| -rwxr-xr-x | tabby-runner/package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tabby-runner/package.json b/tabby-runner/package.json new file mode 100755 index 0000000..b75791d --- /dev/null +++ b/tabby-runner/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "child_process": "^1.0.2", + "terminate": "^2.8.0" + } +} |
