mirror of
https://github.com/EveryInc/compound-engineering-plugin.git
synced 2026-06-19 15:41:46 +02:00
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"
|
|
}
|
|
]
|
|
}
|