{
  "name": "claude-flow-boilerplates",
  "version": "1.1.6",
  "description": "Intelligent project generator with 54+ boilerplate templates, AI agent orchestration, and complete application building using SPARC methodology",
  "main": "lib/index.js",
  "bin": {
    "claude-flow-boilerplates": "bin/claude-sparc.js",
    "cfb": "bin/claude-sparc.js"
  },
  "scripts": {
    "start": "node bin/claude-sparc.js",
    "test": "echo \"No tests yet\" && exit 0",
    "prepublishOnly": "echo 'Ready for publishing'"
  },
  "keywords": [
    "claude-flow",
    "claude",
    "sparc",
    "boilerplate",
    "templates",
    "ai",
    "code-generation",
    "project-templates",
    "development",
    "automation",
    "agents",
    "buildapp",
    "intelligent-generation",
    "complete-applications",
    "saas",
    "ecommerce",
    "healthcare",
    "fintech",
    "enterprise"
  ],
  "author": "Lyle de Groot <info@dgtise.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dgtise25/claude-flow-boilerplates.git"
  },
  "bugs": {
    "url": "https://github.com/dgtise25/claude-flow-boilerplates/issues"
  },
  "homepage": "https://github.com/dgtise25/claude-flow-boilerplates#readme",
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "bin/",
    "lib/",
    "templates/",
    "examples/",
    "config/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "FRAMEWORK_INTEGRATION.md"
  ],
  "dependencies": {
    "commander": "^11.1.0",
    "chalk": "^4.1.2",
    "fs-extra": "^11.1.1",
    "inquirer": "^8.2.6"
  },
  "devDependencies": {
    "eslint": "^8.57.0",
    "prettier": "^3.1.0"
  }
}
