summary refs log tree commit diff
path: root/package.json
blob: b0283a7479c834639c8099b5e62ad279010dc9e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "ambassador",
  "version": "1.0.0",
  "description": "a mastodon bot that shows the world the best your instance has to offer.",
  "main": "index.js",
  "author": "@mykola@a.weirder.earth",
  "license": "MIT",
  "dependencies": {
    "mastodon": "^1.2.2",
    "pg": "^7.4.1",
    "pm2": "^2.10.2"
  },
  "scripts": {
    "start": "pm2 start --no-daemon index.js --restart-delay 10000",
    "restart": "pm2 restart --no-daemon index.js --restart-delay 10000"
  }
}