forked from vtex-apps/b2b-organizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
38 lines (38 loc) · 1.02 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
{
"name": "b2b-organizations",
"vendor": "syatt",
"version": "2.5.5",
"title": "B2B Organizations",
"description": "App to create and manage B2B Organizations and Cost Centers",
"mustUpdateAt": "2022-08-28",
"scripts": {
"postreleasy": "vtex publish"
},
"billingOptions": {
"type": "free",
"availableCountries": ["*"]
},
"dependencies": {
"vtex.b2b-organizations-graphql": "0.x",
"vtex.catalog-graphql": "1.x",
"vtex.admin-graphql": "2.x",
"vtex.store-graphql": "2.x",
"vtex.address-form": "4.x",
"vtex.country-codes": "2.x",
"vtex.store": "2.x",
"vtex.css-handles": "0.x",
"vtex.styleguide": "9.x",
"vtex.storefront-permissions": "1.x",
"vtex.my-account": "1.x",
"vtex.my-account-commons": "1.x"
},
"builders": {
"react": "3.x",
"admin": "0.x",
"messages": "1.x",
"docs": "0.x",
"store": "0.x",
"vtex.storefront-permissions": "1.x"
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}