{
  "name": "@editframe/api",
  "version": "0.54.0",
  "description": "API functions for EditFrame",
  "repository": {
    "type": "git",
    "url": "https://github.com/editframe/elements.git",
    "directory": "packages/api"
  },
  "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",
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.6",
    "@types/mime-types": "^2.1.4",
    "@types/node": "^22.0.0",
    "typedoc": "^0.28.0",
    "typescript": "^5.9.3"
  },
  "dependencies": {
    "@editframe/assets": "0.54.0",
    "@vitejs/plugin-react": "^6.0.1",
    "debug": "^4.3.5",
    "eventsource-parser": "^3.0.0",
    "mime-types": "^2.1.35",
    "tar": "^7.5.11",
    "vite": "^8.0.0",
    "vite-plugin-singlefile": "^2.3.2",
    "vite-tsconfig-paths": "^4.3.2",
    "zod": "^3.23.8"
  },
  "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"
      }
    },
    "./node": {
      "import": {
        "types": "./dist/node.d.ts",
        "default": "./dist/node.js"
      },
      "require": {
        "types": "./dist/node.d.cts",
        "default": "./dist/node.cjs"
      }
    },
    "./resources/renders.bundle": {
      "import": {
        "types": "./dist/resources/renders.bundle.d.ts",
        "default": "./dist/resources/renders.bundle.js"
      },
      "require": {
        "types": "./dist/resources/renders.bundle.d.cts",
        "default": "./dist/resources/renders.bundle.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"
        }
      },
      "./node": {
        "import": {
          "types": "./dist/node.d.ts",
          "default": "./dist/node.js"
        },
        "require": {
          "types": "./dist/node.d.cts",
          "default": "./dist/node.cjs"
        }
      },
      "./resources/renders.bundle": {
        "import": {
          "types": "./dist/resources/renders.bundle.d.ts",
          "default": "./dist/resources/renders.bundle.js"
        },
        "require": {
          "types": "./dist/resources/renders.bundle.d.cts",
          "default": "./dist/resources/renders.bundle.cjs"
        }
      },
      "./package.json": "./package.json",
      "./types.json": "./types.json"
    }
  }
}