{
  "name": "dria-oracle-sdk",
  "version": "0.0.11",
  "description": "An on-chain LLM Oracle SDK for Dria",
  "license": "MIT",
  "author": "FirstBatch Team <dev@firstbatch.xyz>",
  "homepage": "https://github.com/firstbatchxyz/dria-oracle-sdk#readme",
  "contributors": [
    "Erhan Tezcan <erhan@firstbatch.xyz> (https://github.com/erhant)"
  ],
  "scripts": {
    "dev": "tsx src/index.ts",
    "start": "pnpm build && node dist/index.cjs",
    "lint": "eslint '**/*.ts'",
    "build": "pkgroll",
    "test": "NODE_ENV=test jest "
  },
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "exports": {
    "require": {
      "types": "./dist/index.d.cts",
      "default": "./dist/index.cjs"
    },
    "import": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "dependencies": {
    "viem": "^2.21.37"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.8.4",
    "dotenv": "^16.4.5",
    "jest": "^29.7.0",
    "pkgroll": "^2.5.1",
    "prool": "^0.0.16",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "tsx": "^4.19.2",
    "typescript": "^5.6.3"
  },
  "peerDependencies": {
    "@irys/sdk": "^0.2.11"
  },
  "prettier": {
    "printWidth": 120
  },
  "keywords": [
    "oracle",
    "blockchain",
    "dria",
    "firstbatch",
    "arweave",
    "llm",
    "ai"
  ],
  "packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
