@unqtech/age-verification-mitid
Version:
Frontend SDK for age verification via UNQVerify using MitID
78 lines • 1.69 kB
JSON
{
"name": "@unqtech/age-verification-mitid",
"version": "0.4.3",
"type": "module",
"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.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./umd": "./dist/index.umd.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsup",
"dev": "tsup src/index.ts --watch",
"clean": "rm -rf dist",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run"
},
"dependencies": {
"jose": "^6.1.3",
"jwt-decode": "^4.0.0"
},
"devDependencies": {
"@vitest/ui": "^4.0.16",
"happy-dom": "^20.0.11",
"jsdom": "^27.4.0",
"tsup": "^7.2.0",
"typescript": "^5.3.0",
"vitest": "^4.0.16"
},
"engines": {
"node": ">=16"
}
}