{
  "name": "@xocash/stack",
  "version": "0.0.1-development.9045051822",
  "description": "XO Cash Stack",
  "type": "module",
  "types": "dist/index.types.d.ts",
  "exports": {
    ".": {
      "browser": {
        "types": "./dist/index.browser.d.ts",
        "default": "./dist/index.browser.js"
      },
      "node": {
        "types": "./dist/index.node.d.ts",
        "default": "./dist/index.node.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "bench": "vitest bench",
    "build": "tsc --build --clean && tsc --build",
    "prepublishOnly": "npm run build",
    "test": "vitest --run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "watch": "tsc --watch"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@electrum-cash/network": "^4.1.1",
    "@electrum-cash/protocol": "2.1.0-development.8075178089",
    "@xocash/primitives": "*",
    "idb": "^8.0.0",
    "msgpackr": "^1.11.2"
  }
}
