{
  "name": "@unqtech/age-verification-mitid",
  "version": "0.1.4",
  "description": "Frontend SDK for age verification via UNQVerify using MitID",
  "keywords": [
    "age-verification",
    "identity",
    "mitid",
    "danmark",
    "alderstjek",
    "aldersverificering",
    "digital-identitet",
    "dk",
    "dk-verify",
    "mitid-integration",
    "unqverify",
    "browser",
    "frontend",
    "age-check",
    "verify-age"
  ],
  "license": "MIT",
  "author": "UNQTech ApS <support@unqtech.dk>",
  "homepage": "https://www.aldersverificering.dk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UNQTechDK/unqverify-sdk.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "jose": "^6.0.10",
    "jwt-decode": "^4.0.0"
  },
  "devDependencies": {
    "tsup": "^7.2.0",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=16"
  },
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts",
    "dev": "tsup src/index.ts --watch",
    "clean": "rm -rf dist"
  }
}