{
  "name": "@crossmint/client-sdk-window",
  "version": "1.0.9",
  "repository": "https://github.com/Crossmint/crossmint-sdk",
  "license": "Apache-2.0",
  "author": "Paella Labs Inc",
  "sideEffects": false,
  "type": "module",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "dependencies": {
    "zod": "3.22.4"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch"
  }
}