{
  "name": "@parity/product-sdk-cloud-storage",
  "version": "0.8.1",
  "description": "TypeScript SDK for uploading and retrieving data from the Cloud (currently through the Polkadot Bulletin Chain)",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@parity/bulletin-sdk": "^0.3.0",
    "multiformats": "^13.3.0",
    "polkadot-api": "^2.1.6",
    "@parity/product-sdk-chain-client": "0.9.1",
    "@parity/product-sdk-errors": "0.2.0",
    "@parity/product-sdk-tx": "0.3.2",
    "@parity/product-sdk-logger": "0.1.1",
    "@parity/product-sdk-descriptors": "0.8.0",
    "@parity/product-sdk-host": "0.14.1",
    "@parity/result": "0.2.0"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "clean": "rm -rf dist",
    "typecheck": "tsc -p tsconfig.typecheck.json"
  }
}