{
  "name": "fusion-plugin-react-helmet-async",
  "description": "Allows adding content into head via a component driven api",
  "version": "2.6.6",
  "browser": {
    "./dist-node-cjs/index.js": "./dist-browser-cjs/index.js",
    "./dist-node-esm/index.js": "./dist-browser-esm/index.js"
  },
  "dependencies": {
    "react-helmet-async": "^1.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/plugin-transform-flow-strip-types": "^7.19.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@types/create-universal-package-env": "workspace:*",
    "@types/jest": "^28.1.3",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "babel-jest": "^28.1.3",
    "create-universal-package": "^4.3.0",
    "flow-bin": "0.131.0",
    "fusion-core": "2.11.0",
    "fusion-react": "4.8.7",
    "fusion-test-utils": "2.6.2",
    "jest": "^28.1.3",
    "jest-environment-jsdom": "^28.1.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "regenerator-runtime": "^0.13.2",
    "typescript": "^4.9.3"
  },
  "engines": {
    "node": ">=8.9.4",
    "npm": ">=5.0.0",
    "yarn": ">=1.0.0"
  },
  "files": [
    "chunk-translation-map.js",
    "dist-*/",
    "src/",
    "!src/__tests__",
    "!src/__fixtures__",
    "lib/",
    "!lib/__tests__",
    "!lib/__fixtures__"
  ],
  "homepage": "https://fusionjs.com/api/fusion-plugin-react-helmet-async",
  "license": "MIT",
  "main": "./dist-node-cjs/index.js",
  "types": "./lib/index.d.ts",
  "module": "./dist-node-esm/index.js",
  "peerDependencies": {
    "fusion-core": "2.11.0"
  },
  "repository": {
    "directory": "fusion-plugin-react-helmet-async",
    "type": "git",
    "url": "https://github.com/fusionjs/fusionjs"
  },
  "scripts": {
    "clean": "cup-clean",
    "lint": "yarn g:lint",
    "prepack": "yarn tsc -b && cup-build",
    "test": "jest"
  },
  "sideEffects": false
}
