{
  "name": "@belticlabs/kya-core",
  "version": "1.3.3",
  "description": "Core types, errors, and utilities for Beltic credential handling",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "beltic",
    "kya",
    "credentials",
    "types"
  ],
  "author": "Beltic Labs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/belticlabs/beltic-sdk",
    "directory": "packages/core"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "jose": "^5.9.6"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "clean": "rm -rf dist",
    "type-check": "tsc --noEmit"
  }
}