summaryrefslogtreecommitdiff
path: root/tabby-runner/package.json
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2024-09-30 17:40:15 +0200
committernavewindre <boneyaard@gmail.com>2024-09-30 17:40:15 +0200
commit5488c375f8e545158029e32085cb5f62dfe48819 (patch)
tree394d5f4c2eb70dd05d2dafc8ae766f92240b8ed4 /tabby-runner/package.json
parentb73fc066ba163c3f04fc7e225464e958ca9c05a8 (diff)
add tabby runner
Diffstat (limited to 'tabby-runner/package.json')
-rwxr-xr-xtabby-runner/package.json6
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"
+ }
+}