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