{
  "name": "@conceptcraft/mindframes",
  "version": "0.3.2",
  "description": "CLI tool for creating AI-powered presentations with ConceptCraft",
  "type": "module",
  "bin": {
    "mf": "./bin/cli.js",
    "mindframes": "./bin/cli.js"
  },
  "files": [
    "bin",
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "cli:staging": "pnpm build && CONCEPTCRAFT_API_URL=https://cc-slides.productcabin.co node bin/cli.js",
    "cli:local": "pnpm build && CONCEPTCRAFT_API_URL=http://localhost:3000 node bin/cli.js",
    "cli:smoke": "bash scripts/live-smoke.sh",
    "lint": "biome lint --write --unsafe",
    "format": "biome format --write",
    "typecheck": "tsc --noEmit",
    "verify:package": "node scripts/verify-package.mjs",
    "prepublishOnly": "npm run build && npm run verify:package",
    "postinstall": "node ./bin/postinstall.js",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "test:plan": "vitest run --config vitest.integration.config.ts tests/integration/video-plan",
    "test:all": "vitest run && vitest run --config vitest.e2e.config.ts"
  },
  "keywords": [
    "conceptcraft",
    "slides",
    "presentation",
    "ai",
    "cli",
    "powerpoint",
    "deck",
    "generator"
  ],
  "author": "ConceptCraft AI",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://conceptcraft.ai",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "0.3.168",
    "@inquirer/prompts": "8.5.2",
    "@openai/codex-sdk": "^0.142.5",
    "@remotion/bundler": "4.0.375",
    "@remotion/renderer": "4.0.375",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "conf": "^13.0.1",
    "eventsource-parser": "^3.0.0",
    "ffmpeg-static": "5.3.0",
    "inquirer": "^12.6.0",
    "open": "11.0.0",
    "ora": "^8.1.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.2.7",
    "@types/node": "^20.0.0",
    "@vitest/coverage-v8": "^2.1.0",
    "dotenv": "^17.3.1",
    "msw": "^2.6.0",
    "strip-ansi": "^7.1.0",
    "tsup": "^8.4.0",
    "typescript": "^5.4.0",
    "vitest": "^2.1.0"
  }
}
