aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slite/package.json
blob: cbe8c0c86036840ba9ca1e585e3b2cf60b917ee3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "slite",
  "name": "Slite",
  "version": "1.0.0",
  "description": "slite",
  "main": "index.js",
  "author": "Ferdi <hello@getferdi.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.slite.com",
    "hasTeamId": true,
    "urlInputSuffix": ".slite.com"
  }
}