Merge pull request 'fix: correct marketplace.json schema' (#11) from development into main
Reviewed-on: bandit/support-claude-mktplace#11
This commit was merged in pull request #11.
This commit is contained in:
@@ -1,21 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "projman-marketplace",
|
"name": "projman-marketplace",
|
||||||
"version": "1.0.0",
|
"owner": {
|
||||||
"displayName": "Projman Marketplace",
|
"name": "Bandit Labs",
|
||||||
"description": "Marketplace for Projman project management plugins",
|
"email": "dev@banditlabs.io"
|
||||||
"author": "Bandit Labs",
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "projman",
|
"name": "projman",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"displayName": "Projman - Project Management",
|
|
||||||
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
|
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
|
||||||
"source": {
|
"source": "../../projman"
|
||||||
"type": "local",
|
|
||||||
"path": "../../projman"
|
|
||||||
},
|
|
||||||
"tags": ["project-management", "sprint-planning", "gitea", "wikijs"],
|
|
||||||
"featured": true
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user