-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
43 lines (43 loc) · 984 Bytes
/
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
{
"vendor": "vtex",
"name": "b2b-supplier",
"version": "2.3.0",
"title": "B2B Supplier",
"description": "A app for b2b suppliers, with components related to authentication and authorization",
"builders": {
"react": "3.x",
"messages": "1.x",
"docs": "0.x",
"store": "0.x",
"graphql": "1.x",
"node": "6.x"
},
"dependencies": {
"vtex.styleguide": "9.x",
"vtex.css-handles": "0.x"
},
"registries": [
"smartcheckout"
],
"credentialType": "absolute",
"policies": [
{
"name": "ADMIN_DS"
},
{
"name": "outbound-access",
"attrs": {
"host": "portal.vtexcommercebeta.com.br",
"path": "/api/profile-system/*"
}
},
{
"name": "outbound-access",
"attrs": {
"host": "portal.vtexcommercestable.com.br",
"path": "/api/profile-system/*"
}
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}