This repository was archived by the owner on Aug 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.28 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.28 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
36
37
38
39
{
"name": "tutorialtoken",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomiclabs/buidler": "^1.4.8",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-etherscan": "^3.0.4",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"hardhat": "^2.9.5",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.8",
"lite-server": "^2.3.0",
"solidity-coverage": "^0.7.21",
"truffle-plugin-verify": "^0.5.19"
},
"dependencies": {
"@ghostdrive/signer": "github:Ghost-Drive/signer",
"@metamask/eth-sig-util": "^5.0.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@opengsn/contracts": "^2.2.4",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@truffle/hdwallet-provider": "^1.7.0",
"@uniswap/lib": "^4.0.1-alpha",
"dotenv": "^16.0.1",
"eth-sig-util": "^3.0.1",
"ethereum-waffle": "^3.4.4",
"signer": "github:Ghost-Drive/signer"
}
}