{
  "name": "@sphereon/ssi-types",
  "description": "SSI Common Types",
  "version": "0.34.0",
  "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"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
  },
  "dependencies": {
    "@noble/hashes": "1.6.1",
    "@sd-jwt/decode": "^0.9.2",
    "@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
    "debug": "^4.3.5",
    "events": "^3.3.0",
    "jwt-decode": "^4.0.0",
    "uint8arrays": "^3.1.1"
  },
  "devDependencies": {
    "@types/node": "^20.17.1",
    "@veramo/core": "4.2.0",
    "prettier": "^2.8.8",
    "typescript": "5.8.3"
  },
  "files": [
    "src",
    "dist",
    "plugin.schema.json",
    "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": [
    "SSI",
    "Common Credential Types",
    "Credential Mapping",
    "Verifiable Credentials",
    "DIDs"
  ],
  "gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d"
}
