-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 829 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "scaffold-workflow-plugin",
"version": "0.0.0",
"description": "Scaffold repo for new workflow plugins. NOT an installable plugin — see README for the instantiation flow.",
"author": "GoCodeAlone",
"license": "MIT",
"type": "scaffold",
"tier": "community",
"private": false,
"minEngineVersion": "0.62.0",
"keywords": ["scaffold", "template"],
"homepage": "https://github.com/GoCodeAlone/scaffold-workflow-plugin",
"repository": "https://github.com/GoCodeAlone/scaffold-workflow-plugin",
"capabilities": {
"configProvider": false,
"moduleTypes": ["TEMPLATE.module"],
"stepTypes": ["TEMPLATE.step"],
"triggerTypes": [],
"iacProvider": {
"resourceTypes": ["TEMPLATE.resource"]
}
},
"contracts": []
}