{
  "name": "@johnqh/wildduck_client",
  "version": "0.0.13",
  "description": "React and React Native compatible client library for WildDuck email API with TypeScript support",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "build:watch": "tsc --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "test": "vitest",
    "test:run": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest --watch",
    "test:integration": "vitest run --config vitest.integration.config.ts",
    "test:integration:watch": "vitest --config vitest.integration.config.ts",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix",
    "format": "prettier --write src/**/*.ts",
    "format:check": "prettier --check src/**/*.ts",
    "typecheck": "tsc --noEmit",
    "typecheck:watch": "tsc --noEmit --watch",
    "check-all": "npm run lint && npm run typecheck && npm run test:run"
  },
  "keywords": [
    "wildduck",
    "email",
    "client",
    "react",
    "react-native",
    "typescript",
    "0xmail"
  ],
  "author": "0xmail.box team",
  "license": "MIT",
  "peerDependencies": {
    "react": "^19.2.0",
    "@tanstack/react-query": "^5.90.2",
    "@johnqh/di": "^1.4.5",
    "@johnqh/types": "^1.8.21",
    "axios": "^1.12.2"
  },
  "devDependencies": {
    "@johnqh/di": "^1.4.5",
    "@johnqh/types": "^1.8.21",
    "@tanstack/react-query": "^5.90.2",
    "axios": "^1.12.2",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^24.7.0",
    "@types/react": "^19.2.2",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.46.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^9.37.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^6.1.1",
    "happy-dom": "^19.0.2",
    "prettier": "^3.6.2",
    "typescript": "^5.9.3",
    "viem": "^2.38.0",
    "vite": "^7.1.9",
    "vitest": "^3.2.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/0xmail/mail_box_wildduck_client.git"
  },
  "bugs": {
    "url": "https://github.com/0xmail/mail_box_wildduck_client/issues"
  },
  "homepage": "https://github.com/0xmail/mail_box_wildduck_client#readme"
}
