{
  "name": "oracle-sdk",
  "version": "0.1.0",
  "description": "Interact with ease with the eclipse contracts",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "browser": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/index.mjs",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsup",
    "prepublishOnly": "npm run build",
    "example": "ts-node examples/basic-usage.ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EclipseAleo/oracle-sdk.git"
  },
  "keywords": [
    "Eclipse",
    "Aleo",
    "Oracle",
    "SDK"
  ],
  "author": "Eclipse Team",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/EclipseAleo/oracle-sdk/issues"
  },
  "homepage": "https://github.com/EclipseAleo/oracle-sdk#readme",
  "devDependencies": {
    "@types/node": "^22.15.29",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@scure/base": "^1.2.6"
  }
}
