{
  "name": "kohin-js",
  "version": "1.0.9",
  "description": "The Kohin JS is a comprehensive developer toolkit designed to integrate Kohin's decentralized insurance system seamlessly into your applications. It enables efficient interaction with Kohin smart contracts and backend APIs, facilitating management and analytics for user bets, coverage, and liquidity pools.",
  "main": "dist/client/index.js",
  "types": "dist/client/index.d.ts",
  "scripts": {
    "build": "tsc",
    "start": "ts-node src/client/index.ts",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "clean": "rmdir /s /q dist"
  },
  "author": "Kohin",
  "license": "MIT",
  "keywords": [
    "kohin",
    "sdk",
    "typescript",
    "azuro",
    "polygon",
    "api",
    "blockchain",
    "web3",
    "insurance",
    "defi"
  ],
  "dependencies": {
    "axios": "^1.3.0",
    "axios-mock-adapter": "^2.1.0",
    "ethers": "^6.13.5",
    "typescript": "^5.0.0",
    "viem": "^2.21.51"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^18.0.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.0.0"
  }
}
