-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
61 lines (61 loc) · 1.26 KB
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "cybersource-fraud",
"vendor": "vtex",
"version": "0.0.15",
"title": "Cybersource IO Antifraud",
"description": "Antifraud services for Cybersource IO app",
"categories": [],
"settingsSchema": {},
"registries": [
"smartcheckout"
],
"builders": {
"dotnet": "2.x"
},
"mustUpdateAt": "2018-09-05",
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"dependencies": {
"vtex.cybersource": "1.x"
},
"policies": [
{
"name": "outbound-access",
"attrs": {
"host": "bnb.data.bl.uk"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "nuget.org"
}
},
{
"name": "ADMIN_DS"
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/dataentities/*"
}
},
{
"name": "vbase-read-write"
}
],
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true,
"type": "free",
"availableCountries": [
"*"
]
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}