14 lines
278 B
JSON
14 lines
278 B
JSON
{
|
|
"name": "api-design-patterns",
|
|
"description": "API design patterns for REST, GraphQL, gRPC with versioning, security, and best practices",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Brock"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |