{
  "name": "@settlemint/dalp-sdk",
  "version": "3.0.10",
  "private": false,
  "description": "Fully typed SDK for the DALP tokenization platform API",
  "homepage": "https://settlemint.com",
  "bugs": {
    "email": "support@settlemint.com"
  },
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "SettleMint",
    "email": "support@settlemint.com",
    "url": "https://settlemint.com"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./types": {
      "types": "./dist/types.d.ts",
      "import": "./dist/types.js",
      "default": "./dist/types.js"
    },
    "./plugins": {
      "types": "./dist/plugins/index.d.ts",
      "import": "./dist/plugins/index.js",
      "default": "./dist/plugins/index.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf dist && bun scripts/build.js && tsgo -p tsconfig.build.json && bun scripts/fix-dts-extensions.js",
    "publint": "publint run --strict --pack npm",
    "attw": "attw --pack . --profile esm-only",
    "publish": "cp ../../LICENSE . && npm publish --ignore-scripts --tag ${TAG:-latest} --access public",
    "prepack": "cp ../../LICENSE .",
    "test": "bun test --parallel=2 tests",
    "typecheck": "tsgo"
  },
  "dependencies": {
    "@better-auth/api-key": "1.6.19",
    "@better-auth/passkey": "1.6.19",
    "@orpc/client": "1.14.6",
    "@orpc/contract": "1.14.6",
    "@orpc/openapi-client": "1.14.6",
    "better-auth": "1.6.19",
    "currency-codes": "2.2.0",
    "date-fns": "4.4.0",
    "dnum": "2.17.0",
    "iso-3166": "4.4.0",
    "standardwebhooks": "1.0.0",
    "viem": "2.52.2",
    "zod": "4.4.3"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "0.18.3",
    "@dalp/api-contract": "workspace:*",
    "@dalp/errors": "workspace:*",
    "@tools/typescript-config": "workspace:*",
    "@types/bun": "1.3.14",
    "publint": "0.3.21",
    "typescript": "6.0.3"
  },
  "engines": {
    "node": ">=20"
  }
}
