archive-monorepo/@tornado/circomlib/package.json

43 lines
950 B
JSON

{
"name": "@tornado/circomlib",
"version": "0.0.20-p2",
"description": "Basic circuits library for Circom",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --max-old-space-size=4000"
},
"keywords": [
"pedersen",
"hash",
"ethereum",
"circuit",
"circom",
"zksnark"
],
"homepage": "https://git.tornado.ws/tornado-packages/circomlib",
"repository": {
"type": "git",
"url": "https://git.tornado.ws/tornado-packages/archive-monorepo"
},
"author": "0Kims",
"license": "GPL-3.0",
"dependencies": {
"@tornado/snarkjs": "workspace:*",
"blake-hash": "^1.1.0",
"blake2b": "^2.1.3",
"typedarray-to-buffer": "^3.1.5",
"web3": "^1.9.0",
"web3-utils": "^1.9.0"
},
"devDependencies": {
"circom": "0.0.35",
"eslint-plugin-mocha": "^5.2.0",
"ganache-cli": "^6.4.4",
"mocha": "^5.2.0",
"typescript": "^5.0.2"
}
}