{
  "name": "ermis-ekyc-sdk",
  "version": "1.1.1",
  "description": "Ermis eKYC SDK - OCR, Liveness Detection, Face Match",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build",
    "build:react": "cd packages/react && npm run build",
    "build:all": "npm run build && npm run build:react",
    "demo:install": "npm run build && cd examples/demo && npm install",
    "demo": "npm run build && npm run build:react && concurrently -n sdk,react,demo -c blue,magenta,green \"tsc --watch --preserveWatchOutput\" \"cd packages/react && tsup --watch\" \"cd examples/demo && npm run dev\"",
    "docs:dev": "cd docs && npm start",
    "docs:build": "cd docs && npm run build"
  },
  "keywords": [
    "ekyc",
    "ocr",
    "liveness",
    "face-match",
    "face-recognition",
    "identity-verification",
    "kyc",
    "sdk",
    "typescript",
    "ermis"
  ],
  "author": "Ermis Network",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ermisnetwork/ermis-ekyc-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/ermisnetwork/ermis-ekyc-sdk/issues"
  },
  "homepage": "https://github.com/ermisnetwork/ermis-ekyc-sdk#readme",
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "axios": "^1.7.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "concurrently": "^9.2.1",
    "typescript": "^5.3.0",
    "vitest": "^3.2.4"
  }
}
