19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "fullstack-starter-pack",
|
|
"description": "Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Jeremy Longshore",
|
|
"email": "[email protected]",
|
|
"url": "https://github.com/jeremylongshore"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |