-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.52 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
{
"dependencies": {
"@openzeppelin/contracts": "^5.0.0",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"@typechain/ethers-v6": "^0.5.0",
"@typechain/hardhat": "^9.0.0",
"alchemy-sdk": "^3.1.2",
"chai": "^4.3.8",
"dotenv": "^16.4.1",
"ethers": "^6.10.0",
"hardhat": "^2.18.1",
"hardhat-gas-reporter": "^1.0.9",
"mathjs": "^11.11.1",
"solidity-coverage": "^0.8.4",
"typechain": "^8.3.1"
},
"name": "practice-contracts",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/iamjackgale/practice-contracts.git"
},
"author": "jackgale.eth <[email protected]>",
"license": "MIT",
"private": true,
"description": "Welcome. This is a public repository housing a selection of practice and sample contracts that I have developed or worked with whilst learning Solidity and how to interact with blockchains. The intention behind this repository is primarily to chart my progress and development over time.",
"bugs": {
"url": "https://github.com/iamjackgale/practice-contracts/issues"
},
"homepage": "https://github.com/iamjackgale/practice-contracts#readme",
"scripts": {
"test": "mocha"
}
}