miden-client-web 0.11.4

Web Client library that facilitates interaction with the Miden rollup
{
  "name": "@demox-labs/miden-sdk",
  "version": "0.11.4",
  "description": "Miden Wasm SDK",
  "collaborators": [
    "Miden",
    "Demox Labs <hi@demoxlabs.xyz>"
  ],
  "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 ../rust-client/src/store/web_store && 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",
    "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/chai": "^4.3.17",
    "@types/chai-as-promised": "^8.0.0",
    "@types/mocha": "^10.0.7",
    "@types/node": "^22.4.1",
    "@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": {
    "chai-as-promised": "^8.0.0",
    "dexie": "^4.0.1",
    "glob": "^11.0.0"
  }
}