forked from trifle-labs/anybody-problem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "viper-racer",
"version": "1.0.0",
"license": "MIT",
"main": "index.js",
"scripts": {
"deploy": "hardhat run scripts/deploy.js",
"chain": "ganache-cli -m 'candy maple cake sugar pudding cream honey rich smooth crumble sweet treat'",
"circom:dev": "hardhat circom --deterministic --debug --verbose",
"circom:prod": "hardhat circom --verbose",
"serve": "npx live-server docs",
"test": "hardhat test"
},
"dependencies": {},
"devDependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomiclabs/hardhat-ethers": "*",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-ganache": "*",
"@nomiclabs/hardhat-waffle": "*",
"@openzeppelin/contracts": "^4.6.0",
"chai": "*",
"circomlib": "^2.0.3",
"circomlibjs": "^0.1.2",
"dotenv": "^16.0.1",
"ethereum-waffle": "*",
"ethers": "^5.7.0",
"hardhat": "2.12.2",
"hardhat-circom": "git+ssh://git@github.com/okwme/hardhat-circom.git#514bf05c8aa1b5864484eb1e257c0df6053553f2",
"hardhat-contract-sizer": "*",
"hardhat-gas-reporter": "*",
"viper": "git+ssh://git@github.com/folia-app/viper.git"
},
"engines": {
"node": ">=16"
}
}