UNPKG

@settlemint/solidity-zeto

Version:

Smart contract set to build Zero Knowledge tokens in SettleMint

74 lines (73 loc) 1.99 kB
{ "name": "@settlemint/solidity-zeto", "description": "Smart contract set to build Zero Knowledge tokens in SettleMint", "version": "8.0.10", "private": false, "license": "FSL-1.1-MIT", "author": { "name": "SettleMint", "email": "support@settlemint.com", "url": "https://settlemint.com" }, "homepage": "https://github.com/settlemint/solidity-zeto/blob/main/README.md", "repository": { "type": "git", "url": "git+https://github.com/settlemint/solidity-zeto.git" }, "bugs": { "url": "https://github.com/settlemint/solidity-zeto/issues", "email": "support@settlemint.com" }, "keywords": [ "solidity", "subgraph", "blockchain-transformation", "zeto", "zero Knowledge token", "zkdvp" ], "files": [ "/contracts", "/ignition", "/lib", "/subgraph", "/out", "/artifacts" ], "dependencies": { "@amxx/graphprotocol-utils": "1.2.0", "@graphprotocol/graph-cli": "0.97.1", "@graphprotocol/graph-ts": "0.38.1", "@iden3/contracts": "2.5.0", "@nomicfoundation/hardhat-foundry": "1.2.0", "@nomicfoundation/hardhat-ignition-viem": "0.15.13", "@nomicfoundation/hardhat-toolbox-viem": "4.1.0", "@nomiclabs/hardhat-solhint": "4.1.0", "@openzeppelin/contracts": "5.3.0", "@openzeppelin/contracts-upgradeable": "5.3.0", "@openzeppelin/subgraphs": "0.1.8-5", "async-lock": "1.4.1", "circomlibjs": "0.1.7", "ffjavascript": "0.3.1", "hardhat": "2.26.1", "poseidon-lite": "0.3.0", "snarkjs": "0.7.5", "solhint": "6.0.0", "zeto-js": "file:./zkp/js" }, "overrides": { "@graphprotocol/graph-cli": "0.97.1", "@graphprotocol/graph-ts": "0.38.1" }, "devDependencies": { "@nomicfoundation/hardhat-ethers": "3.1.0", "@nomicfoundation/hardhat-toolbox": "6.1.0", "@openzeppelin/hardhat-upgrades": "3.9.1" }, "trustedDependencies": [ "blake-hash", "keccak", "protobufjs", "secp256k1" ] }