{
  "name": "@promptdriven/pds",
  "version": "0.1.12",
  "description": "Prompt Driven Studio command-line interface for agent and CI automation.",
  "license": "UNLICENSED",
  "homepage": "https://video.promptdriven.ai/agents/cli",
  "bugs": {
    "url": "https://github.com/promptdriven/Generative-Video-Studio/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/promptdriven/Generative-Video-Studio.git",
    "directory": "cli/pds"
  },
  "keywords": [
    "prompt-driven-studio",
    "pds",
    "cli",
    "automation"
  ],
  "type": "commonjs",
  "bin": {
    "pds": "bin/pds"
  },
  "files": [
    "README.md",
    "bin/",
    "dist/"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "pack:check": "npm run build && npm pack --dry-run",
    "smoke:pack": "npm run build && node scripts/smoke-pack.mjs",
    "test": "tsc -p tsconfig.test.json && node --test \"dist-test/**/*.test.js\""
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0"
  }
}
