{ "name": "emp-wasm", "version": "0.2.0", "description": "Wasm build of authenticated garbling from [emp-toolkit/emp-ag2pc](https://github.com/emp-toolkit/emp-ag2pc).", "type": "module", "main": "dist/src/ts/index.js", "scripts": { "build": "tsx scripts/build.ts", "test": "mocha --import=tsx tests/**/*.test.ts", "demo": "concurrently 'vite dev' 'tsx scripts/relayServer.ts'" }, "keywords": [], "author": "Andrew Morris ", "license": "MIT", "devDependencies": { "@types/chai": "^5.0.0", "@types/mocha": "^10.0.9", "@types/node": "^22.7.5", "@types/ws": "^8.5.12", "chai": "^5.1.1", "concurrently": "^9.0.1", "mocha": "^10.7.3", "peerjs": "^1.5.4", "tsx": "^4.19.1", "typescript": "^5.6.3", "vite": "^5.4.8", "ws": "^8.18.0" }, "dependencies": { "ee-typed": "^0.1.1", "events": "^3.3.0" } }