UNPKG

@axiom-crypto/halo2-wasm-cli

Version:

Halo2 Javascript library

30 lines 677 B
{ "name": "@axiom-crypto/halo2-wasm-cli", "version": "0.3.4", "description": "Halo2 Javascript library", "main": "index.js", "keywords": [ "axiom", "ethereum", "zero knowledge", "zk", "coprocessor", "crypto", "halo2" ], "author": "Intrinsic Technologies", "license": "ISC", "dependencies": { "@axiom-crypto/halo2-lib-js": "0.3.4", "@axiom-crypto/halo2-wasm": "0.3.4", "commander": "^11.1.0", "typescript": "^5.2.2" }, "devDependencies": { "@types/jest": "^29.5.6", "@types/node": "^20.8.9" }, "scripts": { "build": "rm -rf dist && tsc && node ./scripts/postTsc && chmod +x ./dist/index.js" } }