-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "chainlink-hardhat-box",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "hardhat test test/unit/RandomNumberConsumer_unit_test.js --network localhost",
"test-integration": "hardhat test test/integration/RandomNumberConsumer_int_test.js --network localhost",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"chai": "^4.2.0",
"chai-bignumber": "^3.0.0",
"chai-bn": "^0.2.1",
"ethereum-waffle": "^3.2.1",
"ethers": "^5.0.24",
"hardhat": "^2.6.4",
"hardhat-deploy": "^0.7.0-beta.39"
},
"dependencies": {
"@appliedblockchain/chainlink-contracts": "0.0.4",
"@appliedblockchain/chainlink-plugins-fund-link": "0.0.1",
"@chainlink/contracts": "^0.2.2",
"@chainlink/test-helpers": "0.0.5",
"@chainlink/token": "^1.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.0",
"@openzeppelin/contracts": "4.3.2",
"@openzeppelin/contracts-upgradeable": "^4.3.2",
"babel-eslint": "^10.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.22.0",
"mocha-skip-if": "^0.0.3",
"transform": "^1.1.2"
},
"mocha": {
"timeout": 10000000
}
}