{
  "name": "react-helmet-next",
  "version": "0.0.1",
  "private": false,
  "description": "Helmet for React 16+ ",
  "sideEffects": false,
  "main": "./lib/index.js",
  "module": "./lib/index.esm.js",
  "typings": "./lib/index.d.ts",
  "repository": "http://github.com/blencm/react-helmet",
  "author": "Bleker Cordova <bleker@gliyen.com>",
  "license": "MIT",
  "files": [
    "lib/"
  ],
  "keywords": [
    "react",
    "react-dom",
    "helmet-react",
    "react-helmet-async",
    "react-helmet-next",
    "helmet"
  ],
  "scripts": {
    "clean": "rimraf lib",
    "lint": "eslint --cache --cache-location ./node_modules/.cache/eslint --report-unused-disable-directives .",
    "lint-fix": "yarn lint --fix",
    "test": "vitest run",
    "test-watch": "yarn test --watch",
    "test-update": "yarn test -u",
    "compile": "yarn run clean && cross-env NODE_ENV=production tsx build.ts && yarn types",
    "prepare": "yarn compile && husky install",
    "types": "tsc src/index.tsx --jsx react --declaration --esModuleInterop --allowJs --emitDeclarationOnly --outDir lib"
  },
  "dependencies": {
    "invariant": "^2.2.4",
    "react-fast-compare": "^3.2.2",
    "shallowequal": "^1.1.0"
  },
  "peerDependencies": {
    "react": "^16.6.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "19.7.1",
    "@commitlint/config-conventional": "19.7.1",
    "@remix-run/eslint-config": "2.16.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "16.2.0",
    "@types/eslint": "9.6.1",
    "@types/invariant": "2.2.37",
    "@types/jsdom": "21.1.7",
    "@types/react": "19.0.10",
    "@types/shallowequal": "1.1.5",
    "@vitejs/plugin-react": "4.3.4",
    "cross-env": "^7.0.3",
    "esbuild": "0.25.0",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "10.0.2",
    "eslint-plugin-prettier": "5.2.3",
    "husky": "9.1.7",
    "jsdom": "26.0.0",
    "prettier": "3.5.3",
    "raf": "3.4.1",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "rimraf": "6.0.1",
    "tsx": "4.19.3",
    "typescript": "5.8.2",
    "vite": "6.2.0",
    "vitest": "3.0.7"
  }
}
