package.json
A supporting file of the redesign-existing-projects skill, shown as source.
{
"name": "@its-thepoe/redesign-existing-projects",
"version": "1.0.0",
"description": "Agent Skill: redesign-existing-projects.",
"license": "MIT",
"keywords": [
"agent-skills",
"redesign-existing-projects"
],
"files": [
"README.md",
"SKILL.md",
"package.json"
],
"exports": {
".": "./SKILL.md",
"./SKILL.md": "./SKILL.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/its-thepoe/skills.git",
"directory": "design/redesign-existing-projects"
}
}