{
  "name": "@sanity/media-library-types",
  "version": "1.2.0",
  "description": "Type definitions for common Sanity Media Library data structures",
  "keywords": [
    "sanity",
    "media",
    "library",
    "headless",
    "realtime",
    "content",
    "types",
    "typescript"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "import": "./lib/index.js",
      "require": "./lib/index.cjs",
      "default": "./lib/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/index.cjs",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "devDependencies": {
    "@sanity/pkg-utils": "^10.2.5",
    "@sanity/types": "4.20.0",
    "rimraf": "^5.0.10"
  },
  "scripts": {
    "build": "cp ../../../apps/huey/src/lib/schema.types.ts ./src/ && pkg-utils build --strict --check --clean",
    "check:types": "tsc --project tsconfig.json",
    "clean": "rimraf lib",
    "schema-types": "cp ../../../apps/huey/src/lib/schema.types.ts ./src/",
    "watch": "pkg-utils watch"
  }
}