{
  "name": "@chaindoc_io/embed-sdk",
  "version": "2.2.0",
  "description": "JavaScript/TypeScript SDK for embedding Chaindoc document signing flow via iframe",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/embed-sdk.umd.js",
  "jsdelivr": "./dist/embed-sdk.umd.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src --ext .ts",
    "test": "vitest",
    "test:ui": "vitest --ui",
    "prepare": "npm run build",
    "prepack": "npm run build"
  },
  "keywords": [
    "chaindoc",
    "document-signing",
    "e-signature",
    "iframe-embed",
    "sdk",
    "typescript"
  ],
  "author": "Chaindoc Team <dev@chaindoc.io>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChaindocIO/embed-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/ChaindocIO/embed-sdk/issues"
  },
  "homepage": "https://chaindoc.io/docs",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "@typescript-eslint/eslint-plugin": "^6.13.0",
    "@typescript-eslint/parser": "^6.13.0",
    "eslint": "^8.54.0",
    "tsup": "^8.0.1",
    "typescript": "^5.3.2",
    "vitest": "^1.0.4"
  },
  "engines": {
    "node": ">16"
  }
}
