{ "name": "circom-typescript-starter", "version": "0.0.1", "description": "A Circom development environment", "license": "MIT", "scripts": { "test": "npx mocha", "type": "./scripts/cli.sh -f type", "compile": "./scripts/cli.sh -f compile", "clean": "./scripts/cli.sh -f clean", "ptau": "./scripts/cli.sh -f ptau", "prove": "./scripts/cli.sh -f prove", "verify": "./scripts/cli.sh -f verify", "_help": "./scripts/cli.sh -f help" }, "author": "erhant", "devDependencies": { "@types/chai": "^4.3.4", "@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" } }