{
  "name": "@octwa/sdk",
  "version": "2.3.0",
  "description": "Official TypeScript SDK for integrating dApps with OctWa Wallet Extension. RFC-O-1 compliant provider API with typed access to Octra RPC, transactions, contracts, and privacy methods.",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "lint": "eslint src --ext .ts",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "octwa",
    "octra",
    "wallet",
    "sdk",
    "blockchain",
    "dapp",
    "web3",
    "hfhe",
    "homomorphic-encryption",
    "capability-based-auth",
    "typescript"
  ],
  "author": "Octra Team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/m-tq/OctWa.git",
    "directory": "main/sdk"
  },
  "homepage": "https://github.com/m-tq/OctWa/tree/master/main/sdk",
  "bugs": {
    "url": "https://github.com/m-tq/OctWa/issues"
  },
  "devDependencies": {
    "@types/node": "^20.10.0",
    "tsup": "^8.0.1",
    "typescript": "^5.3.0"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
