summary refs log tree commit diff
path: root/package.json
blob: 4c410fca88fae0cf24a2a00bd364a45ecf35eb88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "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"
  }
}