17 lines
314 B
JSON
17 lines
314 B
JSON
{
|
|
"name": "next-project-starter",
|
|
"description": "Starter bundle for Next.js projects with commands, hooks, scripts, and MCP integration",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "ClaudeSmith"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
],
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |