{
  "name": "ptah-cli",
  "version": "0.3.1",
  "description": "Meta-orchestration framework for cross-repository AI coding coordination",
  "type": "module",
  "bin": {
    "ptah": "./dist/cli.js"
  },
  "files": [
    "dist",
    "skills",
    "templates",
    "README.md"
  ],
  "scripts": {
    "dev": "tsx src/cli.ts",
    "build": "tsup",
    "prepublishOnly": "npm run build",
    "typecheck": "tsc --noEmit",
    "test": "vitest"
  },
  "keywords": [
    "ai",
    "orchestration",
    "multi-repo",
    "cross-repo",
    "gemini-cli",
    "claude-code",
    "coding-assistant",
    "meta-orchestration"
  ],
  "author": "David Iacovone <dayz99>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DavidIacovone/ptah.git"
  },
  "homepage": "https://github.com/DavidIacovone/ptah#readme",
  "bugs": {
    "url": "https://github.com/DavidIacovone/ptah/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "fast-glob": "^3.3.3",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.17",
    "tsup": "^8.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.5.0",
    "vitest": "^4.1.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
