mirror of
https://github.com/obra/superpowers
synced 2026-07-10 12:44:29 +00:00
21 lines
363 B
JSON
21 lines
363 B
JSON
|
|
{
|
||
|
|
"name": "superpowers-dev",
|
||
|
|
"interface": {
|
||
|
|
"displayName": "Superpowers Dev"
|
||
|
|
},
|
||
|
|
"plugins": [
|
||
|
|
{
|
||
|
|
"name": "superpowers",
|
||
|
|
"source": {
|
||
|
|
"source": "url",
|
||
|
|
"url": "./"
|
||
|
|
},
|
||
|
|
"policy": {
|
||
|
|
"installation": "AVAILABLE",
|
||
|
|
"authentication": "ON_INSTALL"
|
||
|
|
},
|
||
|
|
"category": "Developer Tools"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|