{
  "name": "@sun-protocol/sun-kit",
  "version": "1.2.0",
  "description": "SUNSWAP SDK — typed client for SUN.IO read APIs and wallet-dependent on-chain operations (swap, liquidity, positions)",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "commonjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/*": "./dist/*",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist",
    "lint": "tsc --noEmit",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepublishOnly": "npm run clean && npm run build",
    "publish:beta": "npm publish --tag beta --access public",
    "publish:latest": "npm publish --access public"
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "tron",
    "sunswap",
    "sun.io",
    "defi",
    "sdk"
  ],
  "author": "SUN Protocol",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sun-protocol/sun-kit.git"
  },
  "homepage": "https://github.com/sun-protocol/sun-kit#readme",
  "bugs": {
    "url": "https://github.com/sun-protocol/sun-kit/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "tronweb": "^6.2.1"
  },
  "peerDependenciesMeta": {
    "tronweb": {
      "optional": true
    }
  },
  "dependencies": {
    "@sun-protocol/universal-router-sdk": "^1.0.1",
    "@sun-protocol/permit2-sdk": "^1.0.0",
    "viem": "^2.0.0"
  },
  "devDependencies": {
    "tronweb": "^6.2.1",
    "typescript": "^5.0.0",
    "@types/node": "^20.0.0",
    "@types/jest": "^29.5.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.0",
    "dotenv": "^16.0.0"
  }
}
