{
  "name": "persona",
  "version": "5.8.0",
  "description": "The official JavaScript SDK for the Persona Inquiry Flow.",
  "homepage": "https://docs.withpersona.com/docs/quickstart-embedded-flow",
  "bugs": "https://github.com/persona-id/persona-inquiry-sdk-public",
  "main": "./dist/persona.js",
  "types": "./dist/persona.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@",
    "watch": "webpack --watch",
    "cypress:open": "TZ=Etc/UTC cypress open",
    "cypress:run": "TZ=Etc/UTC cypress run"
  },
  "dependencies": {
    "lodash.kebabcase": "^4.1.1",
    "qs": "^6.15.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.4",
    "@babel/preset-env": "^7.23.9",
    "@testing-library/jest-dom": "^6.4.2",
    "@types/jest": "^29.0.0",
    "@types/lodash.kebabcase": "^4.1.9",
    "@types/qs": "^6.9.11",
    "babel-loader": "^9.1.3",
    "conventional-changelog-core": "^8.0.0",
    "css-minimizer-webpack-plugin": "^7.0.0",
    "csstype": "^3.1.3",
    "cypress": "^13.6.4",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^30.1.2",
    "prettier": "^3.3.3",
    "source-map-loader": "^5.0.0",
    "standard-version": "^9.3.1",
    "string-replace-loader": "^3.1.0",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.0.0",
    "typescript": "^5.3.3",
    "webpack": "^5.105.4",
    "webpack-cli": "^5.1.4"
  },
  "files": [
    "dist/persona.js",
    "dist/**/*.d.ts"
  ],
  "jest": {
    "roots": [
      "src"
    ],
    "moduleDirectories": [
      "node_modules",
      "<rootDir>"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/src/spec/setupTests.ts"
    ],
    "testEnvironment": "jsdom",
    "testEnvironmentOptions": {
      "url": "http://localhost"
    },
    "transform": {
      "^.+\\.(ts|tsx)$": "ts-jest",
      "^.+\\.(css)$": "<rootDir>/src/spec/rawFile.js"
    },
    "globals": {
      "ts-jest": {
        "tsconfig": "tsconfig.json"
      }
    }
  }
}
