33 lines
679 B
JSON
33 lines
679 B
JSON
{
|
|
"name": "compound-engineering-plugin",
|
|
"interface": {
|
|
"displayName": "Compound Engineering"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "compound-engineering",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/compound-engineering"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Coding"
|
|
},
|
|
{
|
|
"name": "coding-tutor",
|
|
"source": {
|
|
"source": "local",
|
|
"path": "./plugins/coding-tutor"
|
|
},
|
|
"policy": {
|
|
"installation": "AVAILABLE",
|
|
"authentication": "ON_INSTALL"
|
|
},
|
|
"category": "Coding"
|
|
}
|
|
]
|
|
}
|