{
  "name": "ccsetup",
  "version": "1.1.1",
  "description": "Boilerplate for Claude Code projects with 50+ agents, tickets, plans, agent orchestration, and browse mode",
  "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/",
    "template/",
    "README.md"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "dependencies": {
    "@inquirer/checkbox": "^4.0.4",
    "@inquirer/select": "^4.0.4"
  },
  "devDependencies": {
    "jest": "^30.0.5"
  },
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  }
}
