{
  "name": "@yoast/search-metadata-previews",
  "version": "3.0.0",
  "private": false,
  "main": "build/index.js",
  "files": [
    "build",
    "!*.map"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Yoast/wordpress-seo.git",
    "directory": "packages/search-metadata-previews"
  },
  "author": "Team Yoast",
  "license": "GPL-3.0",
  "scripts": {
    "build": "yarn clean && yarn build:js",
    "build:js": "babel src --out-dir build",
    "clean": "rm -rf build",
    "lint": "eslint . --max-warnings=7",
    "test": "jest",
    "watch": "yarn clean && yarn watch:js",
    "watch:js": "yarn build:js --watch"
  },
  "dependencies": {
    "@wordpress/a11y": "^4.8.2",
    "@wordpress/element": "^6.8.1",
    "@wordpress/i18n": "^5.8.2",
    "@yoast/components": "^3.0.0-alpha.3",
    "@yoast/helpers": "^0.17.0-alpha.2",
    "@yoast/replacement-variable-editor": "^2.0.0",
    "@yoast/style-guide": "^0.14.0-alpha.1",
    "lodash": "^4.17.21",
    "prop-types": "^15.6.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-transition-group": "^2.7.1",
    "styled-components": "^5.3.6",
    "yoastseo": "^3.6.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@babel/core": "^7.17.10",
    "@babel/plugin-transform-react-jsx": "^7.17.3",
    "@babel/preset-env": "^7.16.11",
    "@testing-library/jest-dom": "^6.1.3",
    "@testing-library/react": "^14.0.0",
    "@testing-library/react-hooks": "^8.0.1",
    "@yoast/browserslist-config": "^1.2.5",
    "@yoast/eslint-config": "^8.1.0",
    "babel-plugin-styled-components": "^2.0.6",
    "browserslist": "^4.7.3",
    "eslint": "^9.16.0",
    "globals": "^15.13.0",
    "jest-styled-components": "^7.0.3"
  },
  "peerDependencies": {
    "@draft-js-plugins/mention": "^5.0.0",
    "@heroicons/react": "^1.0.6",
    "@yoast/ui-library": "^4.5.0",
    "draft-js": "^0.11.7"
  },
  "publishConfig": {
    "access": "public"
  }
}
