{
  "name": "@tinycloud/web-core",
  "version": "1.7.0",
  "description": "TinyCloud Web Core library",
  "author": "TinyCloud, Inc.",
  "license": "EGPL",
  "homepage": "https://github.com/TinyCloudLabs/web-sdk#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/TinyCloudLabs/web-sdk/issues"
  },
  "directories": {
    "src": "src"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.js",
      "default": "./dist/index.js"
    },
    "./client": {
      "types": "./dist/client/index.d.js",
      "default": "./dist/client/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/index.d.ts"
      ],
      "client": [
        "dist/client/index.d.ts"
      ]
    }
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "doc": "yarn doc:extractor && yarn doc:documenter",
    "doc:extractor": "api-extractor run",
    "doc:documenter": "api-documenter generate -i temp -o ../../documentation/docs/web-core"
  },
  "engines": {
    "node": ">=18.16.0"
  },
  "repository": {
    "type": "git",
    "url": "ssh://git@github.com:TinyCloudLabs/web-sdk.git"
  },
  "dependencies": {
    "@tinycloud/web-sdk-wasm": "^1.7.0",
    "@types/axios": "^0.14.4",
    "axios": "^1.7.9",
    "ethers": "^5.7.2",
    "events": "^3.3.0",
    "siwe": "^2.3.2",
    "zod": "^3.22.0"
  },
  "devDependencies": {
    "@microsoft/api-documenter": "^7.26.5",
    "@microsoft/api-extractor": "^7.49.1",
    "@types/node": "^18.19.74",
    "typescript": "^5.7.3",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^8.10.0",
    "prettier": "^2.8.8"
  },
  "files": [
    "dist"
  ]
}
