mirror of
https://github.com/privacy-scaling-explorations/p0tion.git
synced 2026-04-21 03:00:07 -04:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"name": "mpc-phase2-suite-cli",
|
|
"version": "0.0.1",
|
|
"description": "MPC Phase 2 CLI",
|
|
"main": "dist/src/index.js",
|
|
"repository": "https://github.com/Jeeiii/mpc-phase2-suite/cli",
|
|
"homepage": "https://github.com/Jeeiii/mpc-phase2-suite",
|
|
"bugs": "https://github.com/Jeeiii/mpc-phase2-suite/issues",
|
|
"author": {
|
|
"name": "Giacomo Corrias",
|
|
"email": "giacomo.corrias7@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"private": false,
|
|
"type": "module",
|
|
"types": "dist/types/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"src/",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"typescript",
|
|
"zero-knowledge",
|
|
"zk-snarks",
|
|
"phase-2",
|
|
"trusted-setup",
|
|
"ceremony",
|
|
"snarkjs",
|
|
"circom"
|
|
],
|
|
"bin": {
|
|
"phase2cli": "dist/src/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/src/index.js",
|
|
"auth": "yarn start auth",
|
|
"contribute": "yarn start contribute",
|
|
"ceremony:setup": "yarn start ceremony setup"
|
|
},
|
|
"devDependencies": {
|
|
"@types/clear": "^0.1.2",
|
|
"@types/configstore": "^5.0.1",
|
|
"@types/figlet": "^1.5.4",
|
|
"@types/ora": "^3.2.0",
|
|
"@types/prompts": "^2.0.14",
|
|
"@types/winston": "^2.4.4",
|
|
"typescript": "^4.6.4",
|
|
"winston": "^3.7.2"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/auth-oauth-app": "^4.3.1",
|
|
"@octokit/request": "^5.6.3",
|
|
"blakejs": "^1.2.1",
|
|
"boxen": "^6.2.1",
|
|
"chalk": "^5.0.1",
|
|
"clear": "^0.1.0",
|
|
"clipboardy": "^3.0.0",
|
|
"commander": "^9.2.0",
|
|
"configstore": "^6.0.0",
|
|
"dotenv": "^16.0.0",
|
|
"figlet": "^1.5.2",
|
|
"firebase": "^9.7.0",
|
|
"log-symbols": "^5.1.0",
|
|
"open": "^8.4.0",
|
|
"ora": "^6.1.0",
|
|
"prompts": "^2.4.2",
|
|
"snarkjs": "^0.4.16",
|
|
"timer-node": "^5.0.5"
|
|
}
|
|
}
|