{
  "name": "videospec",
  "version": "0.14.6",
  "description": "OpenSpec-Video (videospec) - A cinematic AI automation framework: structured narrative specs → production-ready media via multi-provider pipeline.",
  "main": "dist/index.js",
  "bin": {
    "opsv": "dist/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mr7thing/openspec-video.git"
  },
  "homepage": "https://github.com/mr7thing/openspec-video#readme",
  "scripts": {
    "build": "tsc && node scripts/copy-ui-assets.js",
    "prepublishOnly": "npm run build",
    "postinstall": "node scripts/postinstall.js",
    "start": "ts-node src/index.ts",
    "test": "jest --passWithNoTests",
    "lint": "eslint src/**/*.ts",
    "daemon": "node ../extension/native-host.js"
  },
  "files": [
    "dist",
    ".opsv",
    "review-ui",
    "scripts"
  ],
  "keywords": [
    "videospec",
    "video-generation",
    "ai-agents",
    "spec-as-code",
    "storyboard",
    "automation"
  ],
  "author": "Uncle7",
  "license": "MIT",
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "axios": "^1.13.6",
    "chalk": "^4.1.2",
    "commander": "^13.1.0",
    "dotenv": "^17.3.1",
    "express": "^5.2.1",
    "fs-extra": "^11.3.3",
    "jimp": "^1.6.1",
    "js-yaml": "^4.1.1",
    "qrcode-terminal": "^0.12.0",
    "remark-frontmatter": "^5.0.0",
    "remark-parse": "^11.0.0",
    "unified": "^11.0.5",
    "winston": "^3.19.0",
    "ws": "^8.20.1",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^20.19.32",
    "@types/qrcode-terminal": "^0.12.2",
    "@types/supertest": "^7.2.0",
    "@types/ws": "^8.18.1",
    "jest": "^29.5.0",
    "supertest": "^7.2.2",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "roots": [
      "<rootDir>/src"
    ]
  }
}
