{
  "name": "nextjs-seo-manager",
  "version": "2.0.0-rc.31",
  "description": "",
  "main": "dist/index.es.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs"
    },
    "./init": {
      "import": "./dist/init.es.js",
      "require": "./dist/init.cjs"
    },
    "./robotshelper": {
      "import": "./dist/robotshelper/index.es.js",
      "require": "./dist/robotshelper/index.cjs"
    },
    "./sitemapshelper": {
      "import": "./dist/sitemapshelper/index.es.js",
      "require": "./dist/sitemapshelper/index.cjs"
    },
    "./seohelper": {
      "import": "./dist/seohelper/default.js",
      "require": "./dist/seohelper/default.js"
    },
    "./seomanager": {
      "import": "./dist/seo-manager/index.js",
      "require": "./dist/seo-manager/index.js"
    }
  },
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.12.3",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-babel": "^6.0.3",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-json": "^6.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-replace": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/react-redux": "^7.1.34",
    "react-redux": "^9.2.0",
    "rollup": "^2.0.0",
    "rollup-plugin-analyzer": "^4.0.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.0",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "firebase": ">=9.5.0",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "dependencies": {
    "@emotion/react": ">=11.8.0",
    "@emotion/styled": ">=11.8.0",
    "@mui/icons-material": ">=6.4.4",
    "@mui/lab": "^6.0.0-beta.27",
    "@mui/material": ">=6.4.4",
    "@reduxjs/toolkit": "^2.5.1",
    "axios": "^1.8.1",
    "encoding": "^0.1.13",
    "postcss": "^8.5.2",
    "prop-types": "^15.8.1",
    "react-draggable": "^4.4.5",
    "react-icons": "^4.7.1"
  },
  "resolutions": {
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "scripts": {
    "build": "rollup -c --watch",
    "build:local": "rollup -c && npm pack",
    "build:publish": "rm -r dist && rollup -c && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ngwessels/seo-manager"
  },
  "keywords": [
    "nextjs",
    "next",
    "gatsby",
    "ssr",
    "seo",
    "sitemaps",
    "robots.txt",
    "file management",
    "structured data"
  ],
  "bugs": {
    "url": "https://github.com/ngwessels/seo-manager/issues"
  },
  "author": "Nate Wessels (https://natewessels.dev)",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://www.seomanager.dev/"
}
