{
  "name": "@usmanayub/orchestrator-sdk",
  "version": "0.1.4",
  "description": "Browser SDK that lets merchants integrate the payment orchestrator via a single API (create session → mount card form → confirm payment).",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git"
  },
  "bugs": {},
  "keywords": [
    "payments",
    "orchestrator",
    "finix",
    "sdk",
    "card-payments"
  ],
  "author": "Usman Ayub",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "clean": "node -e \"require('fs').rmSync('dist', { force: true, recursive: true })\"",
    "build": "npm run clean && tsc",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "typescript": "^5.4.5"
  }
}
