generated from vtex-apps/service-example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
38 lines (38 loc) · 903 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
{
"name": "spreadsheet-event-broadcaster",
"vendor": "vtex",
"version": "0.2.3",
"title": "Spreadsheet Event Broadcaster",
"description": "This service reads a spreadsheet from a file (.csv, .xls, .xlsx) and broadcasts an event for each row in the sheet.",
"mustUpdateAt": "2018-01-04",
"categories": [],
"dependencies": {},
"builders": {
"node": "6.x",
"masterdata": "1.x",
"docs": "0.x"
},
"scripts": {
"prereleasy": "bash lint.sh"
},
"credentialType": "absolute",
"policies": [
{
"name": "ADMIN_DS"
},
{
"name": "outbound-access",
"attrs": {
"host": "api.vtex.com",
"path": "/api/dataentities/*"
}
},
{
"name": "colossus-fire-event"
},
{
"name": "colossus-write-logs"
}
],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}