-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.74 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "accelerator-defi-eip",
"version": "1.0.0",
"description": "Smart contracts for accelerator-defi-EIP",
"author": "Swirldlabs",
"scripts": {
"compile": "yarn hardhat compile",
"test": "yarn hardhat test --network hardhat",
"deploy": "yarn hardhat run scripts/deploy.ts",
"deploy-suite": "yarn hardhat run scripts/deploy-suite.ts"
},
"keywords": [
"defi",
"crypto",
"hardhat",
"ethers",
"solidity"
],
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@openzeppelin/hardhat-upgrades": "^3.0.4",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"@types/chai": "^4.2.0",
"@types/elliptic": "^6.4.18",
"@types/mocha": "^9.1.0",
"@types/node": "^18.0.0",
"chai": "^4.2.0",
"dotenv": "^16.4.5",
"elliptic": "^6.5.5",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.11.1",
"hardhat": "^2.21.0",
"hardhat-gas-reporter": "^1.0.10",
"solhint": "^4.1.1",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "^0.8.0",
"ts-node": "^8.0.0",
"typechain": "^8.3.0",
"typescript": "^4.5.0"
},
"dependencies": {
"@hashgraph/hedera-local": "^2.19.1",
"@openzeppelin/contracts": "5.0.2",
"@openzeppelin/contracts-upgradeable": "5.0.2",
"@pythnetwork/pyth-sdk-solidity": "^3.1.0"
}
}