Mirror of https://github.com/roostorg/coop
github.com/roostorg/coop
1{
2 "integrations": [
3 {
4 "package": "@roostorg/coop-integration-example",
5 "enabled": true
6 },
7 {
8 "package": "../coop-integration-example",
9 "enabled": false
10 },
11 {
12 "package": "@acme/coop-integration-acme",
13 "enabled": false
14 },
15 {
16 "package": "./local-integrations/my-custom-integration",
17 "enabled": false,
18 "config": {
19 "endpoint": "https://api.example.com",
20 "timeoutMs": 5000
21 }
22 }
23 ]
24}