13 lines
325 B
JSON
13 lines
325 B
JSON
{
|
|
"name": "productivity-commands",
|
|
"description": "Collection of productivity-enhancing slash commands for common development workflows",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Example Developer",
|
|
"email": "developer@example.com",
|
|
"url": "https://example.com"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |