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