summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4c410fc..be8a30a 100644
--- a/package.json
+++ b/package.json
@@ -7,6 +7,10 @@
   "license": "MIT",
   "dependencies": {
     "mastodon": "^1.1.1",
-    "pg": "^6.1.5"
+    "pg": "^6.1.5",
+    "pm2": "^2.4.4"
+  },
+  "scripts": {
+    "start": "pm2 start index.js"
   }
 }