{
  "name": "@editframe/assets",
  "version": "0.59.40",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/editframe/elements.git",
    "directory": "packages/assets"
  },
  "type": "module",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "build": "tsdown",
    "build:watch": "tsdown --watch",
    "typedoc": "(typedoc --json ./types.json --plugin typedoc-plugin-zod --excludeExternals ./src || true) && ([ -f ./types.json ] && jq -c . ./types.json > ./types.tmp.json && mv ./types.tmp.json ./types.json || true)"
  },
  "author": "",
  "license": "SEE LICENSE IN LICENSE-FULL.md",
  "dependencies": {
    "@mediabunny/server": "^1.52.0",
    "debug": "^4.3.5",
    "mediabunny": "^1.50.8",
    "ora": "^8.0.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/dom-webcodecs": "^0.1.11",
    "@types/node": "^22.0.0",
    "typescript": "^5.9.3"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./ingest": {
      "import": {
        "types": "./dist/ingest.d.ts",
        "default": "./dist/ingest.js"
      },
      "require": {
        "types": "./dist/ingest.d.cts",
        "default": "./dist/ingest.cjs"
      }
    },
    "./package.json": "./package.json",
    "./types.json": "./types.json"
  },
  "publishConfig": {
    "exports": {
      ".": {
        "import": {
          "types": "./dist/index.d.ts",
          "default": "./dist/index.js"
        },
        "require": {
          "types": "./dist/index.d.cts",
          "default": "./dist/index.cjs"
        }
      },
      "./package.json": "./package.json",
      "./types.json": "./types.json"
    },
    "tag": "beta"
  }
}