{
  "name": "liquid-sdk",
  "version": "1.7.6",
  "description": "TypeScript SDK to deploy ERC-20 tokens with Uniswap V4 liquidity on Base — zero API keys, one dependency (viem)",
  "author": "Liquid Protocol",
  "homepage": "https://github.com/Liquid-Protocol-Ops/SDK#readme",
  "bugs": {
    "url": "https://github.com/Liquid-Protocol-Ops/SDK/issues"
  },
  "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",
    "skills",
    "README.md",
    "AGENT_README.md",
    "CHANGELOG.md",
    "llms.txt"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist",
    "test": "vitest run",
    "test:unit": "vitest run test/unit",
    "test:integration": "vitest run test/integration",
    "test:coverage": "vitest run --coverage"
  },
  "peerDependencies": {
    "viem": "^2.0.0"
  },
  "devDependencies": {
    "@types/node": "^25.5.0",
    "@vitest/coverage-v8": "^4.0.18",
    "tsup": "^8.0.0",
    "typescript": "^5.3.0",
    "viem": "^2.0.0",
    "vitest": "^4.0.18"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Liquid-Protocol-Ops/SDK"
  },
  "keywords": [
    "liquid",
    "protocol",
    "base",
    "uniswap",
    "v4",
    "token",
    "launcher",
    "erc20",
    "deploy",
    "token-launcher",
    "defi",
    "onchain",
    "web3",
    "smart-contract",
    "liquidity",
    "mev-protection",
    "ai-agent",
    "llm-skills"
  ]
}
