{
  "name": "ccsetup",
  "version": "1.2.3",
  "description": "Interactive setup for Claude Code projects with smart context scanning, merge strategies, 8 core agents, and orchestration workflows",
  "bin": {
    "ccsetup": "bin/create-project.js"
  },
  "keywords": [
    "claude",
    "boilerplate",
    "project-template",
    "claude-code",
    "ai",
    "development"
  ],
  "author": "marcia_ong",
  "contributors": [
    "hima7459",
    "nasdin"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrMarciaOng/ccsetup.git"
  },
  "homepage": "https://github.com/MrMarciaOng/ccsetup#readme",
  "files": [
    "bin/",
    "lib/",
    "template/",
    "README.md"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@inquirer/checkbox": "^4.0.4",
    "@inquirer/select": "^4.0.4",
    "@inquirer/confirm": "^5.0.0",
    "@inquirer/prompts": "^7.0.0",
    "clipboardy": "^4.0.0",
    "minimatch": "^9.0.0"
  },
  "devDependencies": {
    "jest": "^30.0.5"
  },
  "scripts": {
    "test": "jest --testPathIgnorePatterns integration",
    "test:integration": "jest --testPathPatterns integration",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "metadata:generate": "node scripts/generate-metadata.js",
    "catalog:test": "node scripts/test-catalog.js"
  }
}
