claude-fsd
Version:
Claude Full Self Drive tools for autonomous AI-powered development
36 lines (35 loc) • 959 B
JSON
{
"name": "claude-fsd",
"version": "1.6.4",
"description": "Claude Full Self Drive tools for autonomous AI-powered development",
"bin": {
"claude-fsd": "bin/claude-fsd",
"claudefsd": "bin/claudefsd",
"claudefsd-check-dependencies": "bin/claudefsd-check-dependencies",
"claudefsd-dev": "bin/claudefsd-dev",
"claudefsd-find-brief": "bin/claudefsd-find-brief",
"claudefsd-interview": "bin/claudefsd-interview",
"claudefsd-analyze-brief": "bin/claudefsd-analyze-brief",
"claudefsd-analyze-brief-personas": "bin/claudefsd-analyze-brief-personas",
"claudefsd-create-plan": "bin/claudefsd-create-plan"
},
"files": [
"bin/",
"prompts/"
],
"keywords": [
"claude",
"development",
"project-management",
"cli"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/willer/claude-fsd.git"
},
"engines": {
"node": ">=14.0.0"
}
}