-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 1.13 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
{
"name": "zksocialrecovery",
"version": "0.0.0",
"authors": "Tom Waite, Yannis Stamelakos, Makoto Inoue",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "truffle test --network development",
"clean": "rm -r build",
"createProof": "scripts/createProof.sh",
"start": "truffle compile --all && solui view --spec contracts/ui.json --artifacts build/contracts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thomas-waite/zkSocialRecovery.git"
},
"private": true,
"bugs": {
"url": "https://github.com/thomas-waite/zkSocialRecovery/issues"
},
"homepage": "https://github.com/thomas-waite/zkSocialRecovery#readme",
"dependencies": {
"@truffle/hdwallet-provider": "^1.0.32",
"bn.js": "^5.1.1",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"openzeppelin-solidity": "3.0.0-beta.0",
"prettier": "^1.19.1",
"truffle": "5.1.15",
"web3-utils": "^1.2.6",
"zokrates-js": "1.0.21"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"truffle-assertions": "^0.9.2"
}
}