-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.16 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.16 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
{
"name": "solarbeam-contracts",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "hardhat test",
"test:coverage": "cross-env NODE_OPTIONS=\"--max-old-space-size=2048\" hardhat coverage",
"test:gas": "cross-env REPORT_GAS=true yarn test"
},
"devDependencies": {
"@boringcrypto/boring-solidity": "git+https://github.com/boringcrypto/BoringSolidity.git",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.2.0",
"@types/mocha": "^8.2.1",
"@types/node": "^14.14.31",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.6",
"hardhat": "^2.5.0",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10"
},
"dependencies": {
"@openzeppelin/contracts-upgradeable": "^4.4.2",
"axios": "^0.24.0",
"csv-writer": "^1.6.0",
"ethereumjs-util": "^7.1.3",
"lodash": "^4.17.21",
"moment": "^2.29.1"
}
}