{
  "name": "@inkd/sdk",
  "version": "1.3.0",
  "description": "TypeScript SDK for the Inkd Protocol — permanent on-chain project registry on Base. Lock 1 $INKD to register. Pay 0.001 ETH to push a version. Own your work forever.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src --ext .ts --max-warnings 0",
    "prepublishOnly": "npm run typecheck && npm run test && npm run build"
  },
  "keywords": [
    "inkd",
    "protocol",
    "base",
    "blockchain",
    "arweave",
    "sdk",
    "web3",
    "ai-agents",
    "nft",
    "erc721",
    "inscription",
    "permanent-storage"
  ],
  "author": "Inkd Protocol <dev@inkdprotocol.xyz>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/inkdprotocol/inkdprotocol.git",
    "directory": "sdk"
  },
  "homepage": "https://inkdprotocol.com",
  "bugs": {
    "url": "https://github.com/inkdprotocol/inkdprotocol/issues"
  },
  "peerDependencies": {
    "viem": ">=2.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@irys/sdk": "^0.2.11",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.57.0",
    "@vitest/coverage-v8": "^4.1.0",
    "eslint": "^10.0.3",
    "typescript": "^5.0.0",
    "viem": "^2.47.4",
    "vitest": "^4.1.0"
  },
  "dependencies": {
    "@x402/evm": "^2.6.0",
    "@x402/fetch": "^2.6.0"
  }
}
