mirror of
https://github.com/privacy-scaling-explorations/mpc-framework.git
synced 2026-01-13 16:07:57 -05:00
41 lines
923 B
JSON
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"
|
|
}
|
|
}
|