{
  "name": "reti-ghost-sdk",
  "version": "0.1.3",
  "description": "",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d13co/reti-ghost-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/d13co/reti-ghost-sdk/issues"
  },
  "homepage": "https://github.com/d13co/reti-ghost-sdk/tree/main/projects/sdk#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "prebuild": "cp ../contracts/smart_contracts/artifacts/reti_reader/RetiReaderSDK.ts src/generated",
    "build": "tsc"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "packageManager": "pnpm@10.11.0",
  "dependencies": {
    "p-map": "^7.0.4"
  },
  "peerDependencies": {
    "@algorandfoundation/algokit-utils": "^9.2.0",
    "algosdk": "^3.5.2"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "tsx": "^4.21.0"
  }
}
