{
  "name": "@hyperframes/studio-server",
  "version": "0.8.15",
  "repository": {
    "type": "git",
    "url": "https://github.com/heygen-com/hyperframes",
    "directory": "packages/studio-server"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./package.json": "./package.json",
    "./screenshot-clip": {
      "import": "./dist/helpers/screenshotClip.js",
      "types": "./dist/helpers/screenshotClip.d.ts"
    },
    "./manual-edits-render-script": {
      "import": "./dist/helpers/manualEditsRenderScript.js",
      "types": "./dist/helpers/manualEditsRenderScript.d.ts"
    },
    "./studio-motion-render-script": {
      "import": "./dist/helpers/studioMotionRenderScript.js",
      "types": "./dist/helpers/studioMotionRenderScript.d.ts"
    },
    "./draft-markers": {
      "import": "./dist/helpers/draftMarkers.js",
      "types": "./dist/helpers/draftMarkers.d.ts"
    },
    "./finite-mutation": {
      "import": "./dist/helpers/finiteMutation.js",
      "types": "./dist/helpers/finiteMutation.d.ts"
    },
    "./source-mutation": {
      "import": "./dist/helpers/sourceMutation.js",
      "types": "./dist/helpers/sourceMutation.d.ts"
    },
    "./media-codec-map": {
      "import": "./dist/helpers/mediaCodecMap.js",
      "types": "./dist/helpers/mediaCodecMap.d.ts"
    },
    "./proxy-transcoder": {
      "import": "./dist/helpers/proxyTranscoder.js",
      "types": "./dist/helpers/proxyTranscoder.d.ts"
    },
    "./media-proxy-preview": {
      "import": "./dist/helpers/mediaProxyPreview.js",
      "types": "./dist/helpers/mediaProxyPreview.d.ts"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "hono": "^4.0.0",
    "linkedom": "^0.18.12",
    "postcss": "^8.5.8",
    "postcss-selector-parser": "^7.1.2",
    "@hyperframes/core": "0.8.15",
    "@hyperframes/parsers": "0.8.15"
  },
  "devDependencies": {
    "@types/node": "^25.0.10",
    "tsup": "^8.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.0.0",
    "vitest": "^3.2.4"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:acorn-writer": "bun scripts/run-acorn-writer-tests.ts",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "report:gsap-writers": "bun src/routes/gsapMutationCapabilities.report.ts"
  }
}