{
  "name": "@cryptoandcoffee/akash-jsdk-core",
  "version": "3.11.1",
  "description": "Core SDK for Akash Network",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@cosmjs/amino": "^0.37.0",
    "@cosmjs/encoding": "^0.37.0",
    "@cosmjs/proto-signing": "^0.37.0",
    "@cosmjs/stargate": "^0.37.0",
    "@cryptoandcoffee/akash-jsdk-protobuf": "3.11.1",
    "elliptic": "^6.5.4",
    "isomorphic-ws": "^5.0.0"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "@vitest/coverage-v8": "^4.0.9",
    "js-yaml": "^4.1.1",
    "typescript": "^5.9.3",
    "vite": "^7.2.2",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.0.9"
  },
  "keywords": [
    "akash",
    "akash-network",
    "blockchain",
    "cosmos",
    "cosmos-sdk",
    "cosmjs",
    "web3",
    "decentralized-cloud",
    "cloud-computing",
    "deployment",
    "staking",
    "ibc",
    "jwt-authentication",
    "provider",
    "escrow",
    "typescript",
    "sdk"
  ],
  "homepage": "https://github.com/cryptoandcoffee/akash-jsdk/tree/main/packages/core#readme",
  "bugs": {
    "url": "https://github.com/cryptoandcoffee/akash-jsdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/cryptoandcoffee/akash-jsdk.git",
    "directory": "packages/core"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "CryptoAndCoffee",
    "url": "https://github.com/cryptoandcoffee"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "dev": "vite build --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  }
}