{
  "name": "@happyvertical/smrt-video",
  "version": "0.42.7",
  "type": "module",
  "description": "Video content management for AI-powered video production in the SMRT ecosystem",
  "author": "HappyVertical",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./manifest": "./dist/manifest.json",
    "./manifest.json": "./dist/manifest.json"
  },
  "peerDependencies": {
    "svelte": "^5.56.4"
  },
  "peerDependenciesMeta": {
    "svelte": {
      "optional": true
    }
  },
  "files": [
    "dist",
    "CLAUDE.md",
    "AGENTS.md"
  ],
  "dependencies": {
    "@happyvertical/logger": "^0.88.0",
    "@happyvertical/utils": "^0.88.0",
    "@happyvertical/smrt-config": "0.42.7",
    "@happyvertical/smrt-profiles": "0.42.7",
    "@happyvertical/smrt-core": "0.42.7",
    "@happyvertical/smrt-tenancy": "0.42.7",
    "@happyvertical/smrt-content": "0.42.7",
    "@happyvertical/smrt-assets": "0.42.7",
    "@happyvertical/smrt-voice": "0.42.7"
  },
  "devDependencies": {
    "@happyvertical/sql": "^0.88.0",
    "@types/node": "24.13.2",
    "typescript": "5.9.3",
    "vite": "8.1.4",
    "vitest": "4.1.10",
    "@happyvertical/smrt-vitest": "0.42.7"
  },
  "keywords": [
    "video",
    "production",
    "anchor",
    "content",
    "smrt",
    "framework"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/happyvertical/smrt.git",
    "directory": "packages/video"
  },
  "scripts": {
    "build": "vite build --mode library",
    "build:watch": "vite build --mode library --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit -p tsconfig.json"
  }
}