odra-wasm-client 2.8.1

Wasm client
{
  "name": "odra-wasm-client-web-example",
  "version": "1.0.0",
  "description": "",
  "main": "index.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "start": "ts-node index.ts",
    "serve": "npm run build && node dist/index.js"
  },
  "dependencies": {
    "express": "^5.0.3",
    "odra-wasm-client": "file:../pkg-web"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/node": "^24.3.0",
    "http-proxy-middleware": "^3.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  }
}