-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.64 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
44
{
"name": "satellite-broadband-service-chain",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "hardhat test test/unit/PriceConsumerV3_unit_test.js --network hardhat && hardhat test test/unit/APIConsumer_unit_test.js --network hardhat && hardhat test test/unit/RandomNumberConsumer_unit_test.js --network hardhat && hardhat test test/unit/KeepersCounter_unit_test.js --network hardhat",
"test-integration": "hardhat test test/integration/APIConsumer_int_test.js --network kovan && hardhat test test/integration/RandomNumberConsumer_int_test.js --network kovan",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@nomiclabs/hardhat-web3": "^2.0.1",
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/hardhat-upgrades": "^3.8.0",
"chai": "^5.1.2",
"chai-bignumber": "^3.1.0",
"chai-bn": "^0.2.1",
"ethereum-waffle": "^4.0.10",
"ethers": "^6.13.5",
"hardhat": "^2.22.17",
"hardhat-deploy": "^0.14.0"
},
"dependencies": {
"@appliedblockchain/chainlink-contracts": "0.0.4",
"@appliedblockchain/chainlink-plugins-fund-link": "0.0.1",
"@chainlink/contracts": "^1.3.0",
"@chainlink/test-helpers": "0.0.6",
"@chainlink/token": "^1.1.0",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@openzeppelin/cli": "^2.8.2",
"babel-eslint": "^10.1.0",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"mocha-skip-if": "^1.0.4",
"transform": "^1.1.2"
},
"mocha": {
"timeout": 10000000
}
}