{
  "name": "persona-react",
  "version": "6.7.0",
  "description": "React bindings for the Persona Inquiry Flow JavaScript SDK.",
  "homepage": "https://docs.withpersona.com/inlined-react-changelog",
  "bugs": "https://github.com/persona-id/persona-inquiry-sdk-public",
  "main": "./dist/persona-react.js",
  "types": "./dist/persona-react.d.ts",
  "author": {
    "name": "Persona Identities, Inc.",
    "email": "support@withpersona.com"
  },
  "license": "MIT",
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "yarn tsc && yarn webpack --mode=production",
    "release": "yarn standard-version -t persona-react@",
    "watch": "webpack --watch"
  },
  "dependencies": {
    "persona": "^5.8.0"
  },
  "devDependencies": {
    "@babel/core": "^7.26.9",
    "@babel/preset-env": "^7.26.9",
    "@babel/preset-react": "^7.26.3",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^16.0.1",
    "@types/jest": "^29.0.0",
    "@types/react": "^19.0.10",
    "@types/react-dom": "^19.0.4",
    "babel-loader": "^9.2.1",
    "conventional-changelog-core": "^8.0.0",
    "css-minimizer-webpack-plugin": "^7.0.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^5.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.1.2",
    "prettier": "^3.3.3",
    "react": "^19.0.1",
    "react-dom": "^19.0.1",
    "source-map-loader": "^5.0.0",
    "standard-version": "^9.3.1",
    "string-replace-loader": "^3.1.0",
    "ts-jest": "^29.2.6",
    "ts-loader": "^9.5.2",
    "typescript": "^5.3.3",
    "webpack": "^5.105.4",
    "webpack-cli": "^5.1.4"
  },
  "files": [
    "dist/persona-react.js",
    "dist/**/*.d.ts"
  ],
  "peerDependencies": {
    "react": "^19.0.1"
  },
  "jest": {
    "roots": [
      "src"
    ],
    "moduleDirectories": [
      "node_modules",
      "<rootDir>"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "testEnvironment": "jsdom",
    "testEnvironmentOptions": {
      "url": "http://localhost"
    },
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    }
  }
}
