{
  "name": "@cliangdev/conductor",
  "version": "0.5.0",
  "description": "Agentic software development platform — AI-driven PRD, implementation, and beyond",
  "license": "SEE LICENSE IN ../LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/cliangdev/conductor"
  },
  "engines": {
    "node": ">=22.14.0",
    "npm": ">=11.5.1"
  },
  "packageManager": "npm@11.17.0",
  "type": "module",
  "bin": {
    "conductor": "./dist/index.js"
  },
  "main": "./dist/index.js",
  "files": [
    "dist/",
    "assets/",
    "scripts/"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "ts-node src/index.ts",
    "test": "vitest run",
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.0",
    "chalk": "^5.3.0",
    "chokidar": "^5.0.0",
    "commander": "^15.0.0",
    "open": "^11.0.0",
    "ora": "^9.4.0"
  },
  "devDependencies": {
    "@types/node": "^26.0.0",
    "ts-node": "^10.9.0",
    "typescript": "^5.4.0",
    "vitest": "^4.1.5"
  }
}
