{
  "name": "@portabletext/plugin-paste-link",
  "version": "3.0.14",
  "description": "Allows pasting links in the Portable Text Editor",
  "keywords": [
    "portabletext",
    "plugin",
    "paste",
    "link",
    "url",
    "behaviors"
  ],
  "homepage": "https://portabletext.org",
  "bugs": {
    "url": "https://github.com/portabletext/editor/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/portabletext/editor.git",
    "directory": "packages/plugin-paste-link"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@sanity/tsconfig": "^2.1.0",
    "@types/react": "^19.2.7",
    "@vitejs/plugin-react": "^5.1.1",
    "@vitest/browser": "^4.0.18",
    "@vitest/browser-playwright": "^4.0.18",
    "babel-plugin-react-compiler": "^1.0.0",
    "eslint": "^9.39.1",
    "eslint-plugin-react-hooks": "^7.0.1",
    "react": "^19.2.3",
    "typescript": "5.9.3",
    "typescript-eslint": "^8.48.0",
    "vitest": "^4.0.18",
    "@portabletext/editor": "^6.1.2",
    "racejar": "2.0.4"
  },
  "peerDependencies": {
    "react": "^19.2",
    "@portabletext/editor": "^6.1.2"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pkg-utils build --strict --check --clean",
    "check:lint": "biome lint .",
    "check:react-compiler": "eslint .",
    "check:types": "tsc",
    "check:types:watch": "tsc --watch",
    "clean": "del .turbo && del dist && del node_modules",
    "dev": "pkg-utils watch",
    "lint:fix": "biome lint --write .",
    "test:browser": "vitest run",
    "test:browser:chromium": "vitest run --project \"browser (chromium)\"",
    "test:browser:chromium:watch": "vitest watch --project \"browser (chromium)\"",
    "test:browser:firefox": "vitest run --project \"browser (firefox)\"",
    "test:browser:firefox:watch": "vitest watch --project \"browser (firefox)\"",
    "test:browser:webkit": "vitest run --project \"browser (webkit)\"",
    "test:browser:webkit:watch": "vitest watch --project \"browser (webkit)\"",
    "test:unit": "vitest run --project unit"
  }
}