{
  "name": "@blockchain-lab-um/oidc-types",
  "version": "0.1.0",
  "description": "Types for OIDC.",
  "keywords": [
    "ssi",
    "oidc",
    "vc",
    "vp"
  ],
  "license": "(Apache-2.0 AND MIT)",
  "author": {
    "name": "Blockchain Lab:UM",
    "email": "blockchain-lab@um.si",
    "url": "https://blockchain-lab.um.si"
  },
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**",
    "README.md",
    "package.json",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@veramo/core": "6.0.0"
  },
  "devDependencies": {
    "tsup": "^8.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "pnpm clean && pnpm compile",
    "clean": "rimraf dist",
    "compile": "tsup",
    "lint": "biome check .",
    "lint:fix": "biome check --apply ."
  }
}