mirror of
https://github.com/erhant/circomkit.git
synced 2026-05-05 03:00:37 -04:00
36 lines
995 B
JSON
36 lines
995 B
JSON
{
|
|
"name": "circomkit",
|
|
"version": "0.0.1",
|
|
"description": "A Circom development environment",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test:all": "npx mocha",
|
|
"test": "npx mocha --grep",
|
|
"type": "./scripts/cli.sh -f type -c",
|
|
"instantiate": "./scripts/cli.sh -f instantiate -c",
|
|
"compile": "./scripts/cli.sh -f compile -c",
|
|
"clean": "./scripts/cli.sh -f clean -c",
|
|
"ptau": "./scripts/cli.sh -f ptau -c",
|
|
"prove": "./scripts/cli.sh -f prove -c",
|
|
"verify": "./scripts/cli.sh -f verify -c",
|
|
"_help": "./scripts/cli.sh -f help"
|
|
},
|
|
"author": "erhant",
|
|
"devDependencies": {
|
|
"@types/chai": "^4.3.4",
|
|
"@types/ejs": "^3.1.2",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^18.11.18",
|
|
"chai": "^4.3.7",
|
|
"circom_tester": "^0.0.19",
|
|
"circomlib": "^2.0.5",
|
|
"circomlibjs": "^0.1.7",
|
|
"ejs": "^3.1.9",
|
|
"gts": "^3.1.1",
|
|
"mocha": "^10.2.0",
|
|
"snarkjs": "^0.5.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|