{
  "name": "@acurast/sdk",
  "version": "1.5.0",
  "description": "Programmatic SDK for interacting with the Acurast Cloud.",
  "author": "Papers AG <contact@papers.ch> (https://papers.ch)",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "browser": "./dist/browser.js",
      "import": "./dist/index.js"
    },
    "./browser": {
      "types": "./dist/browser.d.ts",
      "import": "./dist/browser.js"
    },
    "./types": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/types/index.js"
    },
    "./chain": {
      "types": "./dist/chain/index.d.ts",
      "import": "./dist/chain/index.js"
    },
    "./ipfs": {
      "types": "./dist/ipfs/index.d.ts",
      "import": "./dist/ipfs/index.js"
    },
    "./matcher": {
      "types": "./dist/matcher/index.d.ts",
      "import": "./dist/matcher/index.js"
    },
    "./deploy": {
      "types": "./dist/deploy/index.d.ts",
      "import": "./dist/deploy/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build",
    "test": "jest",
    "test:ci": "jest"
  },
  "keywords": [
    "acurast",
    "sdk"
  ],
  "dependencies": {
    "adm-zip": "^0.5.16",
    "axios": "^1.9.0",
    "bignumber.js": "^9.3.0",
    "elliptic": "^6.6.1",
    "form-data": "^4.0.2",
    "jszip": "^3.10.1",
    "zod": "^3.25.51"
  },
  "peerDependencies": {
    "@polkadot/api": "^16.1.2",
    "@polkadot/api-augment": "^16.1.2",
    "@polkadot/keyring": "^14.0.0",
    "@polkadot/types": "^16.1.2",
    "@polkadot/types-codec": "^16.1.2",
    "@polkadot/util": "^14.0.0",
    "@polkadot/util-crypto": "^14.0.0",
    "@polkadot/wasm-crypto": "^7.3.2"
  },
  "devDependencies": {
    "@polkadot/api": "^16.1.2",
    "@polkadot/api-augment": "^16.1.2",
    "@polkadot/keyring": "^14.0.0",
    "@polkadot/types": "^16.1.2",
    "@polkadot/types-codec": "^16.1.2",
    "@polkadot/util": "^14.0.0",
    "@polkadot/util-crypto": "^14.0.0",
    "@polkadot/wasm-crypto": "^7.3.2",
    "@types/adm-zip": "^0.5.7",
    "@types/elliptic": "^6.4.18",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.14.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.4",
    "typescript": "^5.4.5"
  }
}
