{
  "name": "@sphereon/ssi-sdk.qr-code-generator",
  "version": "0.37.1",
  "description": "QR Code provider (react)",
  "source": "src/index.ts",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "react-native": "./dist/index.js",
    "import": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "require": {
      "types": "./dist/index.d.cts",
      "require": "./dist/index.cjs"
    }
  },
  "veramo": {
    "pluginInterfaces": {
      "IQRCodeGenerator": "./src/types/IQRCodeGenerator.ts"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
  },
  "dependencies": {
    "@veramo/core": "4.2.0",
    "base64url": "^3.0.1",
    "react": "^18.3.1",
    "react-qr-code": "^2.0.15"
  },
  "devDependencies": {
    "@inrupt/jest-jsdom-polyfills": "^1.8.0",
    "@sphereon/ssi-sdk.agent-config": "0.37.1",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^14.3.1",
    "@types/react": "^18.3.3",
    "@types/uuid": "^9.0.8",
    "global-jsdom": "^8.8.0",
    "jest-environment-jsdom": "^27.5.1",
    "jsdom": "^21.1.2",
    "react-dom": "^18.3.1"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
  "author": "Sphereon <dev@sphereon.com>",
  "license": "Apache-2.0",
  "keywords": [
    "Sphereon",
    "SSI",
    "React",
    "WACI",
    "OpenID",
    "OpenID4VP",
    "OpenID4VCI",
    "QR Code"
  ],
  "gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe"
}
