-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
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
50
51
52
53
54
{
"name": "tdos-tornado",
"version": "1.0.0",
"description": "",
"main": "",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^2.4.0",
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"ethereum-waffle": "^3.3.0",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^6.2.0",
"ethers": "^5.0.32",
"hardhat": "^2.5.0",
"hardhat-deploy": "^0.7.0-beta.50",
"live-server": "^1.2.1",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"solc": "^0.8.0",
"tmp": "^0.2.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.3",
"dotenv": "^8.2.0",
"web3": "^1.3.4",
"web3-utils": "^1.2.2",
"websnark": "git+https://github.com/tornadocash/websnark.git#2041cfa5fa0b71cd5cca9022a4eeea4afe28c9f7",
"circom": "^0.0.35",
"circomlib": "git+https://github.com/tornadocash/circomlib.git#c372f14d324d57339c88451834bf2824e73bbdbc",
"snarkjs": "git+https://github.com/tornadocash/snarkjs.git#869181cfaf7526fe8972073d31655493a04326d5"
},
"scripts": {
"compile": "hardhat compile",
"start": "hardhat run scripts/deploy.ts --network tdos",
"main": "node ./scripts/main.js"
},
"dependencies": {
"@types/node": "^15.0.0"
}
}