{
  "name": "@melio-eng/web-sdk",
  "version": "1.2.0",
  "description": "Melio Web SDK - Embed core Melio workflows directly into partner UI with minimal effort",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "docs": "typedoc --out docs src/index.ts && node scripts/copy-api-explorer.mjs",
    "docs:watch": "typedoc --out docs --watch src/index.ts",
    "docs:serve": "npm run docs && serve docs -p 8000",
    "docs:view": "serve docs -p 8000",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "lint:fix": "eslint src/**/*.ts --fix",
    "clean": "rm -rf dist docs",
    "prepublishOnly": "npm run build && npm run docs",
    "examples": "serve . -p 3009",
    "examples:basic": "serve . -p 3009 && echo 'Open http://localhost:3009/examples/basic-usage.html'",
    "examples:bill-pay": "serve . -p 3009 && echo 'Open http://localhost:3009/examples/bill-pay-example.html'"
  },
  "keywords": [
    "melio",
    "sdk",
    "web",
    "payment",
    "onboarding",
    "iframe"
  ],
  "author": "Melio",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^30.0.5",
    "serve": "^14.2.4",
    "ts-jest": "^29.1.0",
    "typedoc": "^0.26.11",
    "typedoc-plugin-mermaid": "^1.12.0",
    "typescript": "^5.0.0",
    "yaml": "^2.9.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/melio/web-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/melio/web-sdk/issues"
  },
  "homepage": "https://github.com/melio/web-sdk#readme"
}
