forked from marian-ene-customsoft/return-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
73 lines (73 loc) · 1.64 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"vendor": "vtex",
"name": "return-app",
"version": "2.10.1",
"title": "Return app",
"description": "Return app",
"dependencies": {
"vtex.store-graphql": "2.x",
"vtex.styleguide": "9.x",
"vtex.format-currency": "0.x",
"vtex.store": "2.x",
"vtex.my-account": "1.x",
"vtex.my-account-commons": "1.x",
"vtex.render-runtime": "8.x",
"vtex.telemarketing": "2.x",
"vtex.store-resources": "0.x",
"vtex.store-session": "0.x",
"vtex.store-components": "3.x",
"vtex.react-portal": "0.x",
"vtex.store-icons": "0.x",
"vtex.device-detector": "0.x",
"vtex.css-handles": "0.x",
"vtex.easypost": "0.x"
},
"builders": {
"admin": "0.x",
"react": "3.x",
"messages": "1.x",
"docs": "0.x",
"store": "0.x",
"node": "6.x"
},
"scripts": {
"postreleasy": "vtex publish --verbose"
},
"credentialType": "absolute",
"policies": [
{
"name": "outbound-access",
"attrs": {
"host": "{{account}}.vtexcommercestable.com.br",
"path": "/api/*"
}
},
{
"name": "vbase-read-write"
},
{
"name": "ADMIN_DS"
},
{
"name": "POWER_USER_DS"
},
{
"name": "OMSViewer"
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/dataentities/*"
}
}
],
"billingOptions": {
"termsURL": "https://compliance.vtex.com/gdpr/policies/vtex-privacy-policy",
"support": {
"url": "https://support.vtex.com/hc/requests"
},
"free": true
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}