summary refs log tree commit diff
path: root/package.json
blob: be8a30a96adfdb6ef64d61509ca68d9f0823ec3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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.1.1",
    "pg": "^6.1.5",
    "pm2": "^2.4.4"
  },
  "scripts": {
    "start": "pm2 start index.js"
  }
}