Files
mpc-framework/package.json
Andrew Morris 06c0996381 0.1.3
2025-01-16 08:17:04 +11:00

41 lines
923 B
JSON

{
"name": "mpc-framework",
"version": "0.1.3",
"description": "MPC framework supporting a variety of circuit generators and backends",
"main": "dist/src/index.js",
"scripts": {
"build": "rm -rf dist && tsc",
"test": "mocha --import=tsx tests/**/*.test.ts"
},
"keywords": [
"MPC",
"multi",
"party",
"computation",
"pse",
"cryptography"
],
"author": "Andrew Morris",
"repository": {
"type": "git",
"url": "git+https://github.com/voltrevo/mpc-framework.git"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.17",
"@types/mocha": "^10.0.7",
"chai": "^5.1.1",
"emp-wasm-backend": "^0.2.1",
"mocha": "^10.7.0",
"summon-ts": "^0.2.5",
"tsx": "^4.16.5",
"typescript": "^5.4.5"
},
"dependencies": {
"ee-typed": "^0.1.1",
"mpc-framework-common": "^0.1.1",
"msgpackr": "^1.11.0",
"zod": "^3.23.8"
}
}