miden-client-web 0.13.1

Web Client library that facilitates interaction with the Miden network
{
  "name": "@miden-sdk/miden-sdk",
  "version": "0.13.1",
  "description": "Miden Wasm SDK",
  "collaborators": [
    "Miden"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "browser": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist",
    "../LICENSE.md"
  ],
  "scripts": {
    "build-rust-client-js": "cd ../idxdb-store/src/ && yarn && yarn build",
    "build": "rimraf dist && npm run build-rust-client-js && cross-env RUSTFLAGS=\"--cfg getrandom_backend=\\\"wasm_js\\\"\" rollup -c rollup.config.js && cpr js/types dist && node clean.js",
    "build-dev": "npm install && MIDEN_WEB_DEV=true npm run build",
    "check:wasm-types": "node ./scripts/check-bindgen-types.js",
    "test": "yarn playwright install --with-deps && yarn playwright test",
    "test:remote_prover": "yarn install && yarn playwright install --with-deps && cross-env MIDEN_WEB_DEV=true yarn run build && cross-env REMOTE_PROVER=true yarn playwright test -g 'with remote prover' ",
    "test:clean": "yarn install && yarn playwright install --with-deps && MIDEN_WEB_DEV=true yarn run build && yarn playwright test "
  },
  "devDependencies": {
    "@playwright/test": "^1.55.0",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@types/node": "^24.9.2",
    "@wasm-tool/rollup-plugin-rust": "^3.0.3",
    "chai": "^5.1.1",
    "cpr": "^3.0.1",
    "cross-env": "^7.0.3",
    "esm": "^3.2.25",
    "http-server": "^14.1.1",
    "mocha": "^10.7.3",
    "puppeteer": "^23.1.0",
    "rimraf": "^6.0.1",
    "rollup": "^3.27.2",
    "rollup-plugin-copy": "^3.5.0",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.1",
    "typedoc-plugin-markdown": "^4.8.1",
    "typescript": "^5.5.4"
  },
  "dependencies": {
    "@rollup/plugin-typescript": "^12.3.0",
    "dexie": "^4.0.1",
    "glob": "^11.0.0"
  }
}