{
"name": "my-prompts-repo",
"author": "Your Name",
"license": "MIT",
"collections": [
{
"id": "react-complete",
"name": "Complete React Setup",
"description": "Full React development setup with TypeScript and testing",
"version": "1.0.0",
"category": "development",
"tags": ["react", "typescript", "testing"],
"packages": [
{
"packageId": "typescript-strict",
"version": "^1.0.0",
"required": true,
"reason": "Enforces strict type checking"
},
{
"packageId": "@username/react-best-practices",
"version": "^2.0.0",
"required": true
},
{
"packageId": "tailwind-config",
"version": "^1.5.0",
"required": false,
"reason": "Optional Tailwind CSS setup"
}
]
}
]
}