-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
49 lines (49 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "gentract",
"version": "1.0.0",
"description": "Genesis Smart Contract",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"compileAll": "npx hardhat compile && node scripts/buildMiMC.js && cp ./scripts/MiMC.json ./artifacts/contracts/libs/MiMC.sol/",
"exportFlows": "for file in ./docs/flows/*.mmd; do npx -p @mermaid-js/mermaid-cli mmdc -i $file -o ./docs/img/${file##*/}.png; done"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ceyonur/gentract.git"
},
"author": "Ceyhun Onur",
"license": "MIT",
"bugs": {
"url": "https://github.com/ceyonur/gentract/issues"
},
"homepage": "https://github.com/ceyonur/gentract#readme",
"dependencies": {
"@codechecks/client": "^0.1.11",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.3.2",
"@poanet/solidity-flattener": "^3.0.6",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-string": "^1.5.0",
"circomlib": "git+https://github.com/kobigurk/circomlib.git#347822604996bf25f659f96ee0f02810a1f71bb0",
"eslint": "^7.31.0",
"eslint-plugin-truffle": "^0.3.1",
"ethers": "^5.4.7",
"hardhat": "^2.6.4",
"hardhat-gas-reporter": "^1.0.4",
"libsemaphore": "git+https://github.com/ceyonur/libsemaphore",
"mocha": "^8.4.0",
"module-alias": "^2.2.2",
"moment": "^2.29.1",
"prettier": "^2.3.2",
"semaphore-merkle-tree": "^1.0.12",
"truffle-artifactor": "^4.0.30",
"truffle-assertions": "^0.9.2",
"web3": "^1.5.2",
"zokrates-js": "^1.0.35"
}
}