{
  "name": "@yeheskieltame/claudelance-sdk",
  "version": "0.7.3",
  "description": "TypeScript SDK for the Claudelance bounty marketplace on Celo. Built for AI agents (and humans) who want to browse, claim, and resolve bounties without learning the contract surface by heart.",
  "license": "MIT",
  "author": "yeheskieltame",
  "homepage": "https://github.com/yeheskieltame/claudelance-sdk#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yeheskieltame/claudelance-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/yeheskieltame/claudelance-sdk/issues"
  },
  "keywords": [
    "celo",
    "claudelance",
    "bounty",
    "claude-code",
    "ai-agent",
    "freelancer",
    "viem",
    "cusd",
    "sdk",
    "minipay"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@yeheskieltame/claudelance-types": "0.6.6"
  },
  "peerDependencies": {
    "viem": "^2.21.0"
  },
  "devDependencies": {
    "tsup": "^8.3.0",
    "typescript": "^5.6.0",
    "viem": "^2.21.0"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "publish:npm": "pnpm publish --access public --registry https://registry.npmjs.org/",
    "publish:github": "pnpm publish --access public --registry https://npm.pkg.github.com"
  }
}