aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/monday/package.json
blob: 79ea17d953fc1c484d888f8ee64a328c50b8354b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "monday",
  "name": "Monday",
  "version": "1.0.1",
  "description": "Monday.com",
  "main": "index.js",
  "author": "Wilhelm Hjelm <wilhelm@hjelms.se>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.monday.com",
    "hasTeamId": true,
    "urlInputSuffix": ".monday.com"
  }
}